mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +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,
|
||||
borderColor: theme.palette.secondary.border,
|
||||
}),
|
||||
userSelect: 'none',
|
||||
}));
|
||||
|
||||
const StyledCardContent = styled('div')(({ theme }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user