mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02:00
chore: add user select none in the card
This commit is contained in:
parent
bba28cb344
commit
cf982b2823
@ -46,6 +46,7 @@ const StyledCard = styled('div', {
|
|||||||
backgroundColor: theme.palette.secondary.light,
|
backgroundColor: theme.palette.secondary.light,
|
||||||
borderColor: theme.palette.secondary.border,
|
borderColor: theme.palette.secondary.border,
|
||||||
}),
|
}),
|
||||||
|
userSelect: 'none',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const StyledCardContent = styled('div')(({ theme }) => ({
|
const StyledCardContent = styled('div')(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user