Color for the search box

This commit is contained in:
Jackson Harper 2024-06-13 18:02:21 +08:00
parent 980fcf4f4a
commit 570045594f
2 changed files with 8 additions and 1 deletions

View file

@ -274,7 +274,7 @@ export function SearchBox(props: SearchBoxProps): JSX.Element {
height: '38px',
width: '100%',
maxWidth: '521px',
bg: '$thLibrarySearchbox',
bg: '$backgroundMedium',
borderRadius: '6px',
boxShadow: props.searchBoxFocused
? 'none'

View file

@ -238,6 +238,8 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
homeActionHoverBg: '#DFDFDF',
homeDivider: '#D9D9D9',
backgroundMedium: '#FFFFFF',
thLibraryAISummaryBorder: '#6A6968',
thLibraryAISummaryBackground: '#343434',
@ -392,6 +394,8 @@ const darkThemeSpec = {
homeActionHoverBg: '#515151',
homeDivider: '#3D3D3D',
backgroundMedium: '#323232',
thLibraryAISummaryBorder: '#6A6968',
thLibraryAISummaryBackground: '#343434',
@ -431,6 +435,8 @@ const apolloThemeSpec = {
thBackground: '#474747',
thBackground2: '#515151',
backgroundMedium: '#525252',
thLibraryMultiselectHover: '#EEE8D5',
},
}
@ -456,6 +462,7 @@ const sepiaThemeSpec = {
thBackground: '#FDF6E3',
homeCardHover: '#EEE8D5',
backgroundMedium: '#EEE8D5',
homeDivider: '#DDD6C1',
homeActionHoverBg: '#DDD6C1',