$roomheader-bg-color -> $background
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
a3a6f73049
commit
0faedebb92
3 changed files with 1 additions and 3 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_RoomHeader {
|
||||
flex: 0 0 50px;
|
||||
border-bottom: 1px solid $primary-hairline-color;
|
||||
background-color: $roomheader-bg-color;
|
||||
background-color: $background;
|
||||
|
||||
.mx_RoomHeader_e2eIcon {
|
||||
height: 12px;
|
||||
|
|
|
@ -107,7 +107,6 @@ $settings-subsection-fg-color: $text-secondary-color;
|
|||
|
||||
$topleftmenu-color: $primary-content;
|
||||
$roomheader-color: $primary-content;
|
||||
$roomheader-bg-color: $background;
|
||||
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.3);
|
||||
$roomheader-addroom-fg-color: $primary-content;
|
||||
$groupFilterPanel-button-color: $header-panel-text-primary-color;
|
||||
|
|
|
@ -167,7 +167,6 @@ $rte-group-pill-color: #aaa;
|
|||
|
||||
$topleftmenu-color: #212121;
|
||||
$roomheader-color: #45474a;
|
||||
$roomheader-bg-color: $background;
|
||||
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.2);
|
||||
$roomheader-addroom-fg-color: #5c6470;
|
||||
$groupFilterPanel-button-color: #91A1C0;
|
||||
|
|
Loading…
Reference in a new issue