We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145d0b5 commit e3867e3Copy full SHA for e3867e3
.changeset/many-cats-allow.md
@@ -0,0 +1,6 @@
1
+---
2
+"@aws-amplify/ui": patch
3
+"@aws-amplify/ui-react": patch
4
5
+
6
+fix(primitives): fix default text color for alert primitive
packages/ui/src/theme/css/component/alert.scss
@@ -1,6 +1,7 @@
.amplify-alert {
align-items: var(--amplify-components-alert-align-items);
background-color: var(--amplify-components-alert-background-color);
+ color: var(--amplify-components-alert-color);
justify-content: var(--amplify-components-alert-justify-content);
padding-block: var(--amplify-components-alert-padding-block);
7
padding-inline: var(--amplify-components-alert-padding-inline);
0 commit comments