Increase padding on empty library messages

This commit is contained in:
Jackson Harper
2023-08-30 19:51:03 +08:00
parent 61e2760376
commit 879a9510ae

View File

@ -101,7 +101,8 @@ export const ErrorBox = (props: HelpMessageProps) => {
fontFamily: '$inter',
fontWeight: '500',
color: '$thTextContrast',
padding: '10px',
py: '10px',
px: '15px',
'@smDown': {
width: '100%',
},