1
0
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:
Tymoteusz Czech 2025-07-29 20:43:21 +02:00
parent e684cc61c0
commit 8089e366b8
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -54,6 +54,7 @@ export const StyledButton = styled('button', {
...(isSorted && {
fontWeight: theme.typography.fontWeightBold,
}),
contain: 'paint',
}));
export const StyledLabel = styled('span')(({ theme }) => ({