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',
|
border: '1px solid',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
boxShadow: '0 2px 8px 0 rgba(0,0,0,0.1)',
|
boxShadow: '0 2px 8px 0 rgba(0,0,0,0.1)',
|
||||||
borderWidth: '2px',
|
|
||||||
},
|
},
|
||||||
'&:active': {
|
'&:active': {
|
||||||
boxShadow: 'none',
|
boxShadow: 'none',
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user