style tweaks
This commit is contained in:
@@ -197,7 +197,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) {
|
|||||||
Use this to sign into the other app along with your handle.
|
Use this to sign into the other app along with your handle.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<View style={[a.flex_row, a.align_center, a.gap_sm, a.w_full]}>
|
<View style={[a.flex_row, a.align_stretch, a.gap_sm, a.w_full]}>
|
||||||
<View style={[a.flex_grow, a.flex_shrink_0]}>
|
<View style={[a.flex_grow, a.flex_shrink_0]}>
|
||||||
<CopyButton
|
<CopyButton
|
||||||
value={data.password}
|
value={data.password}
|
||||||
@@ -216,8 +216,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) {
|
|||||||
size="small"
|
size="small"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
onPress={() => setShowPassword(!showPassword)}
|
onPress={() => setShowPassword(!showPassword)}>
|
||||||
style={[a.flex_shrink]}>
|
|
||||||
<ButtonIcon icon={EyeIcon} />
|
<ButtonIcon icon={EyeIcon} />
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user