Add libraryActive colour
This commit is contained in:
@ -157,6 +157,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
||||
tooltipIcons: '#FDFAEC',
|
||||
|
||||
textSubtle: '#605F5D',
|
||||
libraryActive: '#F8F8F8',
|
||||
libraryBackground: '#FFFFFF',
|
||||
border: '#F0F0F0',
|
||||
|
||||
@ -214,6 +215,7 @@ const darkThemeSpec = {
|
||||
avatarFont: 'rgba(255, 255, 255, 0.8)',
|
||||
|
||||
textSubtle: '#AAAAAA',
|
||||
libraryActive: '#3B3938',
|
||||
libraryBackground: '#252525',
|
||||
border: '#323232',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user