Skip to content

Commit

Permalink
update input border color in light theme #5551 (#7373)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaNarvaez authored Dec 30, 2021
1 parent 3689060 commit 0600646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/scss/component/_form-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ input-submit {
& > *:nth-child(2) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border: 1px solid var(--color-border);
border: 1px solid var(--color-input-border);
}
}

Expand Down
2 changes: 1 addition & 1 deletion ui/scss/init/_base-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
--color-input-label: var(--color-gray-5);
--color-input-placeholder: var(--color-gray-8);
--color-input-bg: var(--color-gray-1);
--color-input-border: var(--color-border);
--color-input-border: var(--color-gray-3);
--color-input-border-active: var(--color-secondary);
--color-input-toggle: var(--color-secondary);
--color-input-toggle-bg: var(--color-gray-1);
Expand Down

0 comments on commit 0600646

Please sign in to comment.