mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Rename library active menu item colour var to be more descriptive
This commit is contained in:
parent
e2a04c0ea6
commit
4ed34d6a0b
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
tooltipIcons: '#FDFAEC',
|
||||
|
||||
textSubtle: '#605F5D',
|
||||
libraryActive: '#F8F8F8',
|
||||
libraryBackground: '#FFFFFF',
|
||||
libraryActiveMenuItem: '#F8F8F8',
|
||||
border: '#F0F0F0',
|
||||
|
||||
|
||||
|
|
@ -215,8 +215,8 @@ const darkThemeSpec = {
|
|||
avatarFont: 'rgba(255, 255, 255, 0.8)',
|
||||
|
||||
textSubtle: '#AAAAAA',
|
||||
libraryActive: '#3B3938',
|
||||
libraryBackground: '#252525',
|
||||
libraryActiveMenuItem: '#3B3938',
|
||||
border: '#323232',
|
||||
|
||||
//utility
|
||||
|
|
|
|||
Loading…
Reference in a new issue