improve contrast on active table row background color

This commit is contained in:
Jeff Greco 2024-01-22 12:36:50 -06:00 committed by GitHub
parent 426b8b3f89
commit e815b46bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
thBackground3: '#FFFFFF',
thBackground4: '#EBEBEB',
thBackground5: '#F5F5F5',
thBackgroundActive: '#F9F9F9',
thBackgroundActive: 'rgb(255, 234, 159)',
thBackgroundContrast: '#FFFFFF',
thLeftMenuBackground: '#FCFCFC',
thLibraryBackground: '#F3F3F3',