refactor: Use TextButton instead of FilledButton for consistency

This commit is contained in:
validcube 2024-07-07 17:54:04 +07:00
parent f655a6e03a
commit 40492b67d1
No known key found for this signature in database
GPG key ID: DBA94253E1D3F267

View file

@ -112,7 +112,7 @@ private fun ThemePicker(
}
},
confirmButton = {
Button(
TextButton(
onClick = {
onConfirm(selectedTheme)
onDismiss()