fix: Icon colors are not recognizable in bubble (#3957)
This commit is contained in:
parent
e9a162e71a
commit
1115bd18ed
1 changed files with 3 additions and 3 deletions
|
@ -137,10 +137,10 @@ export default {
|
|||
.time {
|
||||
color: var(--w-100);
|
||||
}
|
||||
}
|
||||
|
||||
.action--icon {
|
||||
color: var(--white);
|
||||
.action--icon {
|
||||
color: var(--white);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue