mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +02:00
refactor: Use TextButton instead of FilledButton for consistency
This commit is contained in:
parent
f655a6e03a
commit
40492b67d1
@ -112,7 +112,7 @@ private fun ThemePicker(
|
||||
}
|
||||
},
|
||||
confirmButton = {
|
||||
Button(
|
||||
TextButton(
|
||||
onClick = {
|
||||
onConfirm(selectedTheme)
|
||||
onDismiss()
|
||||
|
Loading…
x
Reference in New Issue
Block a user