diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Menu/index.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Menu/index.web.tsx b/src/components/Menu/index.web.tsx index 6d2f5e941..47c3c63ad 100644 --- a/src/components/Menu/index.web.tsx +++ b/src/components/Menu/index.web.tsx @@ -179,8 +179,10 @@ export function Outer({ style={[ a.rounded_sm, a.p_xs, + a.border, t.name === 'light' ? t.atoms.bg : t.atoms.bg_contrast_25, t.atoms.shadow_md, + t.atoms.border_contrast_low, style, ]}> {children} |