Skip to content

Commit

Permalink
Merge pull request #13895 from storybookjs/13388-fix-search-background
Browse files Browse the repository at this point in the history
UI: Fix theming for focused search bar
  • Loading branch information
shilman committed Feb 14, 2021
1 parent 5877d0f commit 15622d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/components/sidebar/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Input = styled.input(({ theme }) => ({
'&:focus, &:active': {
outline: 0,
borderColor: theme.color.secondary,
background: theme.barBg,
background: theme.input.background,
},
'&::placeholder': {
color: theme.textMutedColor,
Expand Down

0 comments on commit 15622d1

Please sign in to comment.