Skip to content

Commit

Permalink
Fix button theming
Browse files Browse the repository at this point in the history
Signed-off-by: ZetaTom <[email protected]>
  • Loading branch information
ZetaTom authored and tobiasKaminsky committed Nov 22, 2023
1 parent 0083192 commit b52197b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AccountRemovalDialog : DialogFragment(), AvatarGenerationListener, Injecta
viewThemeUtils.platform.themeRadioButton(binding.radioRequestDeletion)
viewThemeUtils.platform.colorTextButtons(
alertDialog.getButton(AlertDialog.BUTTON_POSITIVE),
alertDialog.getButton(AlertDialog.BUTTON_NEUTRAL)
alertDialog.getButton(AlertDialog.BUTTON_NEGATIVE)
)

binding.userName.text = UserAccountManager.getDisplayName(user)
Expand Down

0 comments on commit b52197b

Please sign in to comment.