tweak styles
This commit is contained in:
@@ -20,7 +20,7 @@ import * as Toast from 'view/com/util/Toast'
|
|||||||
import {CenteredView} from 'view/com/util/Views'
|
import {CenteredView} from 'view/com/util/Views'
|
||||||
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
|
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
|
||||||
import {Button, ButtonText} from '#/components/Button'
|
import {Button, ButtonText} from '#/components/Button'
|
||||||
import {EyeSlash_Stroke2_Corner0_Rounded} from '#/components/icons/EyeSlash'
|
import {EyeSlash_Stroke2_Corner0_Rounded as EyeSlash} from '#/components/icons/EyeSlash'
|
||||||
import {Text} from '#/components/Typography'
|
import {Text} from '#/components/Typography'
|
||||||
|
|
||||||
export function ListHiddenScreen({
|
export function ListHiddenScreen({
|
||||||
@@ -128,7 +128,7 @@ export function ListHiddenScreen({
|
|||||||
]}
|
]}
|
||||||
sideBorders={true}>
|
sideBorders={true}>
|
||||||
<View style={[a.w_full, a.align_center, a.gap_lg]}>
|
<View style={[a.w_full, a.align_center, a.gap_lg]}>
|
||||||
<EyeSlash_Stroke2_Corner0_Rounded
|
<EyeSlash
|
||||||
style={{color: t.atoms.text_contrast_medium.color}}
|
style={{color: t.atoms.text_contrast_medium.color}}
|
||||||
height={42}
|
height={42}
|
||||||
width={42}
|
width={42}
|
||||||
@@ -141,7 +141,7 @@ export function ListHiddenScreen({
|
|||||||
style={[
|
style={[
|
||||||
a.text_md,
|
a.text_md,
|
||||||
a.text_center,
|
a.text_center,
|
||||||
a.p_md,
|
a.px_md,
|
||||||
t.atoms.text_contrast_high,
|
t.atoms.text_contrast_high,
|
||||||
{lineHeight: 1.4},
|
{lineHeight: 1.4},
|
||||||
]}>
|
]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user