Merge pull request #3410 from jeffgreco/patch-1

improve contrast on active table row background color
This commit is contained in:
Jackson Harper 2024-01-29 11:36:23 +08:00 committed by GitHub
commit 783cfbf913
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',