Skip to content

Commit

Permalink
fix(opactiy): for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shnaaz committed Sep 12, 2024
1 parent a43fda9 commit 3cd6e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

&::placeholder {
color: var(--mds-color-theme-text-secondary-normal);
opacity: 1;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/components/SearchInput/SearchInput.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

&::placeholder {
color: var(--mds-color-theme-text-secondary-normal);
opacity: 1;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/components/TextInput/TextInput.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

&::placeholder {
color: var(--mds-color-theme-text-secondary-normal);
opacity: 1;
}

&::-webkit-contacts-auto-fill-button {
Expand Down

0 comments on commit 3cd6e52

Please sign in to comment.