fix placeholder token

This commit is contained in:
Cory LaViska
2025-02-03 11:55:37 -05:00
parent 8e13683a30
commit 7cf787fd75
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ During the alpha period, things might break! We take breaking changes very serio
- Added the `tag` part (and associated exported parts) to `<wa-select>` to allow targeting the tag that shows when more than the max number of visible items have been selected
- Fixed a number of broken event listeners throughout the docs
- Fixed a bug in `<wa-card>` that prevented slots from showing automatically without `with-` attributes
- Fixed a bug in `<wa-select>` that prevented the placeholder color from being customized with the `--wa-form-control-placeholder-color` token
## 3.0.0-alpha.10

View File

@@ -72,7 +72,7 @@
}
&::placeholder {
color: var(--wa-form-controls-placeholder-color);
color: var(--wa-form-control-placeholder-color);
}
}