style: button hovers & lint

This commit is contained in:
vidvidvid
2022-03-20 14:23:02 +01:00
committed by vidvidvid
parent 281d96f09c
commit e03e16c72f

View File

@@ -8,7 +8,6 @@ import {
InfoIcon,
Input,
SimpleGrid,
Spacer,
Stack,
Text,
useBreakpointValue,
@@ -349,10 +348,7 @@ const Role: React.FC<RoleProps> = ({
textTransform="uppercase"
color="purple.200"
borderColor="purple.200"
_hover={{
borderColor: 'purple.900',
bgColor: 'blackAlpha.300',
}}
_hover={{ color: 'white', bgColor: 'purple.200' }}
fontSize="sm"
borderWidth={2}
mr={3}