Skip to content

Commit

Permalink
chore(uux): 913 notification status colors change
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Jun 26, 2024
1 parent c6b0f2a commit ff4630a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

.message--text__right {
@apply bg-createdLight text-createdDark;
@apply bg-closedLight text-closedDark;
float: right;
}

Expand All @@ -102,7 +102,7 @@
right: -7px;
height: 25px;
border-right: 20px solid;
@apply border-createdLight;
@apply border-closedLight;
border-bottom-left-radius: 16px 14px;
transform: translate(0, -2px);
}
Expand All @@ -121,7 +121,7 @@
}

.message--text__left {
@apply bg-closedLight text-closedDark;
@apply bg-createdLight text-createdDark;
float: left;
}

Expand All @@ -133,7 +133,7 @@
left: -7px;
height: 25px;
border-left: 20px solid;
@apply border-closedLight;
@apply border-createdLight;
border-bottom-right-radius: 16px 14px;
transform: translate(0, -2px);
}
Expand Down

0 comments on commit ff4630a

Please sign in to comment.