fix unsent/unverified message style
This commit is contained in:
parent
43c082475b
commit
5afcfc3e9b
1 changed files with 2 additions and 2 deletions
|
@ -198,11 +198,11 @@ only loads when the top comes into view*/
|
||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody.unsent .Timeline_messageBody {
|
.Timeline_message.unsent .Timeline_messageBody {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody.unverified .Timeline_messageBody {
|
.Timeline_message.unverified .Timeline_messageBody {
|
||||||
color: #ff4b55;
|
color: #ff4b55;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue