mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
refactor: tweak table element styles
This commit is contained in:
committed by
Carlos Valente
parent
fb38d82855
commit
ab6765b332
@@ -43,7 +43,7 @@ export const ontimeInputTransparent = {
|
||||
...commonStyles,
|
||||
backgroundColor: 'transparent',
|
||||
_hover: {
|
||||
backgroundColor: 'rgba(255, 255, 255, 0.10)', // $white-10
|
||||
backgroundColor: '#2d2d2d', // $gray-1100
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -56,6 +56,6 @@ export const ontimeTextAreaTransparent = {
|
||||
...commonStyles,
|
||||
backgroundColor: 'transparent',
|
||||
_hover: {
|
||||
backgroundColor: 'rgba(255, 255, 255, 0.10)', // $white-10
|
||||
backgroundColor: '#2d2d2d', // $gray-1100
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user