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,10 +137,10 @@ export default {
.time {
color: var(--w-100);
}
}
.action--icon {
color: var(--white);
.action--icon {
color: var(--white);
}
}
}