Skip to content

Commit

Permalink
Fix typo for notice color in readme.md
Browse files Browse the repository at this point in the history
Removed extra characters from applying bold in markdown.
  • Loading branch information
andreawetzel authored Feb 14, 2025
1 parent a34e9c4 commit 9173755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/notice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Notices are color-coded to indicate the type of message being communicated:
- **Informational** notices are **blue** by default.
- If there is a parent `Theme` component with an `accent` color prop, informational notices will take on that color instead.
- **Success** notices are **green.**
- **Warning** notices are **yellow\*\***.\*\*
- **Warning** notices are **yellow.**
- **Error** notices are **red.**

If an icon is included in the Notice, it should be color-coded to match the Notice state.
Expand Down

0 comments on commit 9173755

Please sign in to comment.