mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve the settings menu divider
This commit is contained in:
parent
28bdd67792
commit
f28f48f9d2
1 changed files with 3 additions and 2 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue