From 9173755ea55563c95da6e3135d3941e54e1b739b Mon Sep 17 00:00:00 2001 From: Andrea Roenning Date: Fri, 14 Feb 2025 11:47:55 -0600 Subject: [PATCH] Fix typo for notice color in readme.md Removed extra characters from applying bold in markdown. --- packages/components/src/notice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/notice/README.md b/packages/components/src/notice/README.md index d2249d0aef76c..1bbf4df0e1170 100644 --- a/packages/components/src/notice/README.md +++ b/packages/components/src/notice/README.md @@ -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.