Add transparency to typing members bar
This commit is contained in:
parent
134543728e
commit
c5bd5a1eb1
1
TODO.md
1
TODO.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user