mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase padding on empty library messages
This commit is contained in:
parent
61e2760376
commit
879a9510ae
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,8 @@ export const ErrorBox = (props: HelpMessageProps) => {
|
|||
fontFamily: '$inter',
|
||||
fontWeight: '500',
|
||||
color: '$thTextContrast',
|
||||
padding: '10px',
|
||||
py: '10px',
|
||||
px: '15px',
|
||||
'@smDown': {
|
||||
width: '100%',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue