mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Color for the search box
This commit is contained in:
parent
980fcf4f4a
commit
570045594f
2 changed files with 8 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue