fix: Render inbox icon properly (#3219)
This commit is contained in:
@@ -128,6 +128,10 @@ export default {
|
||||
color: var(--w-100);
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
color: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
.left {
|
||||
@@ -138,12 +142,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
.icon {
|
||||
color: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
.message-text--metadata {
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
@@ -202,6 +200,10 @@ export default {
|
||||
.time {
|
||||
color: var(--s-400);
|
||||
}
|
||||
|
||||
.icon {
|
||||
color: var(--s-400);
|
||||
}
|
||||
}
|
||||
|
||||
&.is-image {
|
||||
|
||||
Reference in New Issue
Block a user