Skip to content

Commit

Permalink
refactor(unread-highlights): update highlight color (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Jan 7, 2025
1 parent 99a39a3 commit 003faf5
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: rgba(255 132 49);
color: #ff3131;
}
}

Expand All @@ -43,6 +43,6 @@
width: 8px;
height: 8px;
border-radius: 50%;
background-color: rgba(255 132 49);
background-color: #ff3131;
}
}
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: rgba(255 132 49);
color: #ff3131;
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: rgba(255 132 49);
background-color: #ff3131;
flex-shrink: 0;
display: block;
}
Expand Down

0 comments on commit 003faf5

Please sign in to comment.