diff options
author | Vitaly Takmazov | 2019-08-14 15:32:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 30723a1df4688c421ccd8ec7b9d804c0bd3d020a (patch) | |
tree | e555c8987aab7f07a297d3055459fb930aea23c8 /vnext/src/ui | |
parent | bf5bc428492c6ec8731c4bdfeac09223d8df74c1 (diff) |
background colors update
Diffstat (limited to 'vnext/src/ui')
-rw-r--r-- | vnext/src/ui/Message.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css index ac5f9580..4ff8169e 100644 --- a/vnext/src/ui/Message.css +++ b/vnext/src/ui/Message.css @@ -14,7 +14,7 @@ display: flex; align-items: center; justify-content: space-around; - background: var(--main-background-color); + background: var(--background-color); } .msg-cont > .l a { color: var(--dimmed-link-color); |