mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 05:54: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 = {
|
confirmButton = {
|
||||||
Button(
|
TextButton(
|
||||||
onClick = {
|
onClick = {
|
||||||
onConfirm(selectedTheme)
|
onConfirm(selectedTheme)
|
||||||
onDismiss()
|
onDismiss()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user