refactor(ui): adjust border styles in ProfileGrid card
This commit is contained in:
@@ -308,10 +308,8 @@ export function ProfileGrid({
|
|||||||
<CardOuter
|
<CardOuter
|
||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
a.border,
|
|
||||||
t.atoms.border_contrast_low,
|
|
||||||
(hovered || pressed) && t.atoms.border_contrast_high,
|
|
||||||
t.atoms.shadow_sm,
|
t.atoms.shadow_sm,
|
||||||
|
(hovered || pressed) && t.atoms.border_contrast_high,
|
||||||
]}>
|
]}>
|
||||||
<ProfileCard.Outer>
|
<ProfileCard.Outer>
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user