Add border to menu on web (#5439)

This commit is contained in:
futur
2024-09-20 11:09:55 -04:00
committed by GitHub
parent f42d44112d
commit cd88cbeab8
+2
View File
@@ -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}