fix(client): remove global borderWidth change on outlined button hover
This commit is contained in:
@@ -124,7 +124,6 @@ function AppThemeInner({ children }: PropsWithChildren) {
|
||||
border: '1px solid',
|
||||
'&:hover': {
|
||||
boxShadow: '0 2px 8px 0 rgba(0,0,0,0.1)',
|
||||
borderWidth: '2px',
|
||||
},
|
||||
'&:active': {
|
||||
boxShadow: 'none',
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user