From cd88cbeab83169410fff3245505b53122dfe28aa Mon Sep 17 00:00:00 2001 From: futur Date: Fri, 20 Sep 2024 11:09:55 -0400 Subject: Add border to menu on web (#5439) --- src/components/Menu/index.web.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/Menu/index.web.tsx') 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} -- cgit 1.4.1