Improve the settings menu divider

This commit is contained in:
Jackson Harper 2024-02-20 11:36:13 +08:00
parent 28bdd67792
commit f28f48f9d2

View file

@ -12,8 +12,9 @@ import { NavMenuFooter } from './Footer'
const HorizontalDivider = styled(SpanBox, {
width: '100%',
height: '1px',
my: '25px',
background: `${theme.colors.grayLine.toString()}`,
my: '5px',
opacity: '0.1',
background: `${theme.colors.thTextSubtle3.toString()}`,
})
const StyledLink = styled(SpanBox, {