refactor: tweak table element styles

This commit is contained in:
Carlos Valente
2024-12-20 09:27:49 +01:00
committed by Carlos Valente
parent fb38d82855
commit ab6765b332
6 changed files with 29 additions and 16 deletions
+2 -2
View File
@@ -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
},
};