Skip to content

Commit

Permalink
refactor(highlight-notifications): update highlight notification colo…
Browse files Browse the repository at this point in the history
…ur (#2612)
  • Loading branch information
domw30 authored Jan 22, 2025
1 parent 09a9291 commit 03dd45b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/app-bar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

&__notification-icon {
&--highlight {
color: #ff3131;
color: #9054f1;
}
}

Expand All @@ -43,6 +43,6 @@
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #ff3131;
background-color: #9054f1;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
align-items: center;
flex-grow: 0;
flex-shrink: 0;
color: #ff3131;
color: #9054f1;
border-radius: 50%;
width: 16px;
height: 16px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #ff3131;
background-color: #9054f1;
flex-shrink: 0;
display: block;
}
Expand Down

0 comments on commit 03dd45b

Please sign in to comment.