Add libraryActive colour

This commit is contained in:
Jackson Harper
2022-08-11 19:21:05 +08:00
parent 695a9ce649
commit b6af9d3e5c

View File

@ -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',