diff --git a/CSS_VARIABLES.md b/CSS_VARIABLES.md index 49cee7268..a4880285d 100644 --- a/CSS_VARIABLES.md +++ b/CSS_VARIABLES.md @@ -127,7 +127,7 @@ Color palette that is used for grey shades. #### palette-error -Color palette that is used for indicating something negative and is usually red. +Color palette that is used for indicating something is error red. `--palette-error-100: #FCE5D9; /* Before 6.3.0: --palette-error-lightest */` @@ -149,7 +149,7 @@ Color palette that is used for indicating something negative and is usually red. #### palette-success -Color palette that is used for indicating something positive and is usually green. +Color palette that is used for indicating something is success green. `--palette-success-100: #D8F9D5; /* Before 6.3.0: --palette-success-lightest */` diff --git a/src/core/client/account/routes/download/Download/Sorry.tsx b/src/core/client/account/routes/download/Download/Sorry.tsx index 826aa3f46..928e53162 100644 --- a/src/core/client/account/routes/download/Download/Sorry.tsx +++ b/src/core/client/account/routes/download/Download/Sorry.tsx @@ -7,7 +7,7 @@ import { CallOut } from "coral-ui/components/v3"; const Sorry: FunctionComponent = () => { return ( error} titleWeight="semiBold" title={ diff --git a/src/core/client/account/routes/email/Confirm/Sorry.tsx b/src/core/client/account/routes/email/Confirm/Sorry.tsx index af24f038e..3d4c5b165 100644 --- a/src/core/client/account/routes/email/Confirm/Sorry.tsx +++ b/src/core/client/account/routes/email/Confirm/Sorry.tsx @@ -16,7 +16,7 @@ const Sorry: React.FunctionComponent = ({ reason }) => {
Oops Sorry!
= ({ reason }) => {
Oops Sorry!
= ({ notifications. - {submitError && } + {submitError && }