mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 00:48:18 -05:00
style: button hovers & lint
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user