about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfutur <me@futuristick.ca>2024-09-20 11:09:55 -0400
committerGitHub <noreply@github.com>2024-09-20 10:09:55 -0500
commitcd88cbeab83169410fff3245505b53122dfe28aa (patch)
tree90b105a617ad537188cd184396538541f48aade8
parentf42d44112d268588f0d25f81715d01190b7047ea (diff)
downloadvoidsky-cd88cbeab83169410fff3245505b53122dfe28aa.tar.zst
Add border to menu on web (#5439)
-rw-r--r--src/components/Menu/index.web.tsx2
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}