adjust button color

This commit is contained in:
Dominik Biedebach
2024-11-29 09:34:16 +01:00
parent 424bf84ef2
commit a54f2430b8
@@ -218,7 +218,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) {
label={_(msg`Show Password`)}
size="small"
variant="ghost"
color="primary"
color="secondary"
onPress={() => setShowPassword(!showPassword)}
style={[a.flex_shrink]}>
<ButtonIcon icon={EyeIcon} />