Skip to content

Commit

Permalink
Merge pull request #2246 from samyak3009/feat-message-state
Browse files Browse the repository at this point in the history
feat(message): update warning appearance background color
  • Loading branch information
anuradha9712 authored Jun 25, 2024
2 parents 9042910 + b7716cd commit ad84b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/src/components/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

.Message--warning {
border-color: var(--accent1);
background-color: color-mod(var(--warning-lightest) a(var(--opacity-10)));
background-color: color-mod(var(--accent1-lightest) a(var(--opacity-10)));
}

.Message-icon {
Expand Down

0 comments on commit ad84b04

Please sign in to comment.