Update action bar colors for dark theme

In addition, this also adjusts the event hover colors to match the palette.

Fixes https://github.com/vector-im/riot-web/issues/9591
This commit is contained in:
J. Ryan Stinnett 2019-04-30 17:41:11 +01:00
parent 561ecc5ebe
commit 4b50d2a2bf
3 changed files with 13 additions and 9 deletions

View file

@ -21,7 +21,7 @@ limitations under the License.
display: flex;
height: 24px;
border-radius: 4px;
background: $primary-bg-color;
background: $message-action-bar-bg-color;
top: -13px;
right: 8px;
user-select: none;
@ -59,7 +59,7 @@ limitations under the License.
width: 100%;
mask-repeat: no-repeat;
mask-position: center;
background-color: $primary-fg-color;
background-color: $message-action-bar-fg-color;
}
}
}