Skip to content

Commit

Permalink
fix(ASSETS-6854): All the empty text input fields lack 3 to 1 contras…
Browse files Browse the repository at this point in the history
…t ratio (#246)
  • Loading branch information
TudorSMR committed Oct 11, 2022
1 parent 6e967c1 commit 093fb74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coral-component-select/src/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ coral-select-item {
.coral--lightest ._coral-Dropdown-label.is-placeholder {
color: var(--spectrum-lightest-global-color-gray-700);
}

.coral--light ._coral-FieldButton {
border-color: rgb(158, 158, 158);
}
3 changes: 3 additions & 0 deletions coral-component-textfield/src/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@

.coral--lightest ._coral-Textfield::placeholder {
color: var(--spectrum-lightest-global-color-gray-700);
}
.coral--light ._coral-Textfield {
border-color: rgb(158, 158, 158);
}

0 comments on commit 093fb74

Please sign in to comment.