Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add border to menu on web (#5439)

authored by

futur and committed by
GitHub
cd88cbea f42d4411

+2
+2
src/components/Menu/index.web.tsx
··· 179 179 style={[ 180 180 a.rounded_sm, 181 181 a.p_xs, 182 + a.border, 182 183 t.name === 'light' ? t.atoms.bg : t.atoms.bg_contrast_25, 183 184 t.atoms.shadow_md, 185 + t.atoms.border_contrast_low, 184 186 style, 185 187 ]}> 186 188 {children}