adjust button color
This commit is contained in:
@@ -218,7 +218,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) {
|
|||||||
label={_(msg`Show Password`)}
|
label={_(msg`Show Password`)}
|
||||||
size="small"
|
size="small"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
color="primary"
|
color="secondary"
|
||||||
onPress={() => setShowPassword(!showPassword)}
|
onPress={() => setShowPassword(!showPassword)}
|
||||||
style={[a.flex_shrink]}>
|
style={[a.flex_shrink]}>
|
||||||
<ButtonIcon icon={EyeIcon} />
|
<ButtonIcon icon={EyeIcon} />
|
||||||
|
|||||||
Reference in New Issue
Block a user