Skip to content

Commit

Permalink
Fix Colors on Sidebar Inputs (#3028)
Browse files Browse the repository at this point in the history
Ensure the input bg colors match the scheme.
  • Loading branch information
jameskerr authored Mar 15, 2024
1 parent a7c3aed commit d729dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/zui/src/app/features/sidebar/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const Input = styled.input`
outline: none;
flex: 1;
min-width: 0;
background-color: var(--form-bg-color);
`

const ItemIconBG = styled.div<{isFolder: boolean}>`
Expand Down

0 comments on commit d729dc1

Please sign in to comment.