Skip to content

Commit

Permalink
updated color text
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Oct 25, 2023
1 parent 8836b56 commit de1bc73
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
position: relative;
text-align: start;
font-size: $small;
color: $secondary-blue;

&:hover {
.menuArrowButton {
Expand Down Expand Up @@ -89,6 +90,7 @@
width: fit-content;
text-align: center;
font-size: $xxsmall-2;
color: $c-gray-60;
}

.messageName {
Expand All @@ -102,7 +104,6 @@
}

.messageContent {
color: $secondary-blue;
word-wrap: break-word;
white-space: pre-line;
margin-right: 1rem;
Expand Down

0 comments on commit de1bc73

Please sign in to comment.