diff options
author | futur <me@futuristick.ca> | 2024-09-20 11:09:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 10:09:55 -0500 |
commit | cd88cbeab83169410fff3245505b53122dfe28aa (patch) | |
tree | 90b105a617ad537188cd184396538541f48aade8 /src/components/Menu | |
parent | f42d44112d268588f0d25f81715d01190b7047ea (diff) | |
download | voidsky-cd88cbeab83169410fff3245505b53122dfe28aa.tar.zst |
Add border to menu on web (#5439)
Diffstat (limited to 'src/components/Menu')
-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} |