mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 00:56:00 +07:00
refactor: move basic CSS from templates to JS objects
This commit is contained in:
@@ -155,8 +155,8 @@ export const PackageListItemText = styled(ListItemText)`
|
||||
}
|
||||
`;
|
||||
|
||||
export const Description = styled(Typography)`
|
||||
color: ${colors.greyDark2};
|
||||
font-size: 14px;
|
||||
padding-right: 0;
|
||||
`;
|
||||
export const Description = styled(Typography)({
|
||||
color: colors.greyDark2,
|
||||
fontSize: '14px',
|
||||
paddingRight: 0,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user