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