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:
parent
561ecc5ebe
commit
4b50d2a2bf
3 changed files with 13 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue