mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-25 02:52:11 +02:00
refactor: Use TextButton instead of FilledButton for consistency
This commit is contained in:
parent
dc743021c3
commit
1a9031193c
@ -112,7 +112,7 @@ private fun ThemePicker(
|
||||
}
|
||||
},
|
||||
confirmButton = {
|
||||
Button(
|
||||
TextButton(
|
||||
onClick = {
|
||||
onConfirm(selectedTheme)
|
||||
onDismiss()
|
||||
|
Loading…
x
Reference in New Issue
Block a user