UI: Soften message action icons in light mode

This commit is contained in:
oobabooga 2026-04-04 20:38:31 -07:00
parent ee917cd5ed
commit e8b31c063a

View file

@ -1428,11 +1428,11 @@ audio {
}
.footer-button svg {
stroke: rgb(107 114 128);
stroke: rgb(140 140 148);
}
.footer-button:hover svg {
stroke: rgb(64 64 64);
stroke: rgb(107 114 128);
}
.dark .footer-button svg {