1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-17 08:35:47 +07:00

refactor: add reusable styles properties

This commit is contained in:
Griffithtp
2019-08-08 21:58:15 +01:00
parent 40a25a2507
commit 4a526c92bb
7 changed files with 13 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ export const InnerMobileNavBar = styled('div')({
backgroundColor: colors.greyLight,
color: colors.white,
width: '100%',
padding: '0px 5px',
padding: '0 5px',
margin: '0 10px 0 0',
},
});