Skip to content

Commit

Permalink
fix(linter): globals.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
axel7083 committed May 26, 2024
1 parent 1e7d591 commit 872ec9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/src/app/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ body.no-scroll {
@layer components {
.react-select-container .react-select__control
{
@apply bg-[var(--g200)] border-2 border-[var(--g400)] hover:border-[var(--g400)];
@apply bg-[var(--g200)] border-2 border-[var(--g400)] hover:border-[var(--g400)];
}

.react-select-container .react-select__option
Expand All @@ -97,17 +97,16 @@ body.no-scroll {
}

.react-select-container .react-select__menu {
@apply bg-[var(--g200)] border-2 border-[var(--g400)];
@apply bg-[var(--g200)] border-2 border-[var(--g400)];
}


.react-select-container .react-select__indicator {
@apply text-[var(--g1600)] hover:text-[var(--g1600)];
}

.react-select-container .react-select__input-container,
.react-select-container .react-select__placeholder,
.react-select-container .react-select__single-value {
@apply text-[var(--g1600)];
@apply text-[var(--g1600)];
}
}

0 comments on commit 872ec9c

Please sign in to comment.