refactor(web): remove typescript
This commit is contained in:
12
packages/web/src/components/TrialStatusBadge/style.ee.jsx
Normal file
12
packages/web/src/components/TrialStatusBadge/style.ee.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import MuiChip, { chipClasses } from '@mui/material/Chip';
|
||||
export const Chip = styled(MuiChip)`
|
||||
&.${chipClasses.root} {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&.${chipClasses.colorWarning} {
|
||||
background: #fef3c7;
|
||||
color: #78350f;
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user