Skip to content

Commit 847af08

Browse files
authored
fix: port placeholder change from spectrum-css (#2760)
Fix Picker's placeholder contrast
1 parent c7331ec commit 847af08

File tree

1 file changed

+2
-1
lines changed
  • packages/@adobe/spectrum-css-temp/components/dropdown

1 file changed

+2
-1
lines changed

packages/@adobe/spectrum-css-temp/components/dropdown/skin.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ governing permissions and limitations under the License.
6262

6363
.spectrum-Dropdown-label {
6464
&.is-placeholder {
65-
color: var(--spectrum-dropdown-placeholder-text-color);
65+
/* Override to gray-800 to meet WCAG */
66+
color: var(--spectrum-global-color-gray-800);
6667
}
6768
}
6869

0 commit comments

Comments
 (0)