Skip to content

Commit

Permalink
fix(input): update new theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed May 5, 2020
1 parent f7a8c12 commit c8272e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Input/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

.input:focus {
outline: none;
box-shadow: 0 0 0 2px var(--color-primary-contrast);
box-shadow: 0 0 0 2px var(--color-focus);
}

.containsError {
border-color: var(--color-error);
}

.containsError:focus {
box-shadow: 0 0 0 2px var(--color-error-contrast);
box-shadow: 0 0 0 2px var(--color-error-light);
}

.errorMessage {
Expand Down

0 comments on commit c8272e4

Please sign in to comment.