Fix colours used for the back button in space create menu
This commit is contained in:
parent
7bd1a2b87f
commit
03bd30d125
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ $spacePanelWidth: 71px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: $theme-button-bg-color;
|
background-color: $roomlist-button-bg-color;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ $spacePanelWidth: 71px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: $muted-fg-color;
|
background-color: $tertiary-fg-color;
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: 2px 3px;
|
mask-position: 2px 3px;
|
||||||
|
|
Loading…
Reference in a new issue