We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Alert
1 parent 7554b75 commit 0ed679cCopy full SHA for 0ed679c
.changeset/gentle-countries-build.md
@@ -0,0 +1,5 @@
1
+---
2
+"@hashicorp/design-system-components": patch
3
4
+
5
+`Alert` - Removed default color applied to the `hds-alert__text` container (text color is applied via `@color` argument)
packages/components/src/styles/components/alert.scss
@@ -39,7 +39,6 @@
39
flex-direction: column;
40
gap: 4px;
41
justify-content: center;
42
- color: var(--token-color-foreground-warning-on-surface);
43
}
44
45
.hds-alert__description {
0 commit comments