Add transparency to typing members bar

This commit is contained in:
miruka
2019-09-07 16:55:07 -04:00
parent 134543728e
commit c5bd5a1eb1
2 changed files with 3 additions and 2 deletions

View File

@@ -325,7 +325,9 @@ chat:
color background: colors.mediumBackground
typingMembers:
color background: colors.mediumBackground
color background: hsluv(
colors.hue, colors.saturation, colors.intensity * 9, 0.52
)
composer:
color background: colors.strongBackground