fix(client): remove global borderWidth change on outlined button hover

This commit is contained in:
Kirill
2026-05-22 13:49:31 +05:00
parent b7c11fbce6
commit d51266446f
2 changed files with 0 additions and 1 deletions
@@ -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.