mirror of
https://github.com/SomboChea/ui
synced 2026-01-19 01:25:51 +07:00
refactor: add reusable styles properties
This commit is contained in:
@@ -36,7 +36,7 @@ export const OverviewItem = styled('span')`
|
||||
|
||||
export const Icon = styled(Ico)({
|
||||
'&&': {
|
||||
margin: '2px 10px 0px 0',
|
||||
margin: '2px 10px 0 0',
|
||||
fill: colors.greyLight2,
|
||||
},
|
||||
});
|
||||
@@ -44,7 +44,7 @@ export const Icon = styled(Ico)({
|
||||
export const Published = styled('span')({
|
||||
'&&': {
|
||||
color: colors.greyLight2,
|
||||
margin: '0px 5px 0px 0px',
|
||||
margin: '0 5px 0 0',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user