mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
refactor: Use TextButton instead of FilledButton for consistency
This commit is contained in:
parent
f655a6e03a
commit
40492b67d1
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ private fun ThemePicker(
|
|||
}
|
||||
},
|
||||
confirmButton = {
|
||||
Button(
|
||||
TextButton(
|
||||
onClick = {
|
||||
onConfirm(selectedTheme)
|
||||
onDismiss()
|
||||
|
|
Loading…
Reference in a new issue