Skip to content

Commit

Permalink
Update inline notification icon color (#5423)
Browse files Browse the repository at this point in the history
* Change icon color

* Add changeset

* Update border color

---------

Co-authored-by: Christian Moore <[email protected]>
  • Loading branch information
Zystix and Christian Moore authored Dec 23, 2024
1 parent 1b06ac7 commit 2fcf1cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-mugs-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kaizen/components': patch
---

Update inline notification icon colour to blue-500
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@

.informative {
background: $color-blue-100;
border-color: var(--color-blue-400);
border-color: var(--color-blue-500);
color: $color-purple-800;

--icon-color: var(--color-blue-400);
--icon-color: var(--color-blue-500);
}

.cautionary {
Expand Down

0 comments on commit 2fcf1cc

Please sign in to comment.