fix: Icon colors are not recognizable in bubble (#3957)

This commit is contained in:
Sivin Varghese 2022-02-11 07:15:07 +05:30 committed by GitHub
parent e9a162e71a
commit 1115bd18ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,11 +137,11 @@ export default {
.time { .time {
color: var(--w-100); color: var(--w-100);
} }
}
.action--icon { .action--icon {
color: var(--white); color: var(--white);
} }
}
} }
.left { .left {