compose: Use a ligther red for character limit exceeded text.

This commit is contained in:
Aman Agrawal 2021-12-02 05:48:45 +00:00 committed by Tim Abbott
parent ffd9d18577
commit a84869c078
1 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@
align-self: center;
&.over_limit {
color: hsl(0, 100%, 50%);
color: hsl(0, 76%, 65%);
font-weight: bold;
}
}
@ -373,13 +373,13 @@ textarea.new_message_textarea {
}
100% {
box-shadow: 0 0 0 1pt hsl(0, 100%, 50%);
box-shadow: 0 0 0 1pt hsl(0, 76%, 65%);
}
}
&.over_limit,
&.over_limit:focus {
box-shadow: 0 0 0 1pt hsl(0, 100%, 50%);
box-shadow: 0 0 0 1pt hsl(0, 76%, 65%);
&.flash {
animation: flash 0.5s ease-in-out infinite;