Skip to content

Commit

Permalink
fix last colors
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 17, 2023
1 parent 45a5a41 commit b7d16cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions frontend/src/lib/lemon-ui/LemonInput/LemonInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@

&:hover:not([aria-disabled='true']) {
border-color: var(--primary-3000-hover);

.posthog-3000 & {
border-color: var(--bold-3000);
}
}

&.LemonInput--focused:not([aria-disabled='true']) {
border-color: var(--bold-3000);
border-color: var(--primary-3000);
}

&.LemonInput--transparent-background {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lib/lemon-ui/LemonSwitch/LemonSwitch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
justify-content: center;

.LemonSwitch--checked & {
background-color: var(--primary-3000);
border-color: var(--primary-3000);
background-color: var(--primary);
border-color: var(--primary);
transform: translateX(1rem);
}

Expand Down

0 comments on commit b7d16cd

Please sign in to comment.