1
0
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:
Nuno Góis 2025-09-11 16:45:26 +01:00
parent bba28cb344
commit cf982b2823
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -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 }) => ({