mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-30 05:37:21 +08:00
refactor: Use TextButton instead of FilledButton for consistency
This commit is contained in:
@ -112,7 +112,7 @@ private fun ThemePicker(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
confirmButton = {
|
confirmButton = {
|
||||||
Button(
|
TextButton(
|
||||||
onClick = {
|
onClick = {
|
||||||
onConfirm(selectedTheme)
|
onConfirm(selectedTheme)
|
||||||
onDismiss()
|
onDismiss()
|
||||||
|
Reference in New Issue
Block a user