mirror of
https://github.com/SomboChea/ui
synced 2024-11-24 06:54:27 +07:00
parent
e6e9cfb2b4
commit
d481f54948
@ -15,7 +15,6 @@ interface Props {
|
|||||||
const StyledHeading = styled(Heading)({
|
const StyledHeading = styled(Heading)({
|
||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
textTransform: 'capitalize',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const StyledBoxVersion = styled(Box)<{ theme?: Theme }>(({ theme }) => ({
|
const StyledBoxVersion = styled(Box)<{ theme?: Theme }>(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user