Skip to content

Commit

Permalink
Add border to menu on web (#5439)
Browse files Browse the repository at this point in the history
  • Loading branch information
futurGH authored Sep 20, 2024
1 parent f42d441 commit cd88cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Menu/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit cd88cbe

Please sign in to comment.