mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 00:56:00 +07:00
refactor: move cascaded CSS from templates to JS objects
This commit is contained in:
@@ -20,8 +20,8 @@ export const Wrapper = styled('div')`
|
||||
}
|
||||
`;
|
||||
|
||||
export const Circular = styled(CircularProgress)`
|
||||
&& {
|
||||
color: ${colors.primary};
|
||||
}
|
||||
`;
|
||||
export const Circular = styled(CircularProgress)({
|
||||
'&&': {
|
||||
color: colors.primary,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user