mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 21:56:17 +00: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