Skip to content

Commit

Permalink
close 801
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Apr 23, 2024
1 parent 62f435e commit 0f92fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions izanami-frontend/src/styles/reactSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ export const customStyles: object = {
backgroundColor: isDisabled
? null
: isSelected
? "var(--bg-color_level3) !important"
? "var(--bg-color_level1) !important"
: isFocused
? "red !important"
: null,
color: isSelected
? "#FFF !important"
? "var(--color_level1) !important"
: isFocused
? "#FFF !important"
: "8C8C8B !important",
Expand Down

0 comments on commit 0f92fe8

Please sign in to comment.