Skip to content

Commit

Permalink
fix(primitives): fix default text color for alert primitive (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Dec 2, 2022
1 parent 145d0b5 commit e3867e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/many-cats-allow.md
@@ -0,0 +1,6 @@
---
"@aws-amplify/ui": patch
"@aws-amplify/ui-react": patch
---

fix(primitives): fix default text color for alert primitive
1 change: 1 addition & 0 deletions 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);
padding-inline: var(--amplify-components-alert-padding-inline);
Expand Down

0 comments on commit e3867e3

Please sign in to comment.