Skip to content

Commit 0ed679c

Browse files
authored
Alert - Removed color from parent “text” wrapper (#2598)
1 parent 7554b75 commit 0ed679c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/gentle-countries-build.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
flex-direction: column;
4040
gap: 4px;
4141
justify-content: center;
42-
color: var(--token-color-foreground-warning-on-surface);
4342
}
4443

4544
.hds-alert__description {

0 commit comments

Comments
 (0)