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

@ -27,7 +27,6 @@
- UI
- Set an explicit placeholder text color for text field/area
- Change typing bar background
- Show error if uploading avatar fails or file is corrupted
- Way to open context menus without a right mouse button
- Room header descriptions: styled text

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