refactor: Use TextButton instead of FilledButton for consistency

This commit is contained in:
validcube 2024-07-07 17:54:04 +07:00 committed by oSumAtrIX
parent dc743021c3
commit 1a9031193c
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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