mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
fix the issue
This commit is contained in:
parent
e684cc61c0
commit
8089e366b8
@ -54,6 +54,7 @@ export const StyledButton = styled('button', {
|
|||||||
...(isSorted && {
|
...(isSorted && {
|
||||||
fontWeight: theme.typography.fontWeightBold,
|
fontWeight: theme.typography.fontWeightBold,
|
||||||
}),
|
}),
|
||||||
|
contain: 'paint',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const StyledLabel = styled('span')(({ theme }) => ({
|
export const StyledLabel = styled('span')(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user