Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 045646b

Browse files
authored
Merge pull request #6017 from matrix-org/t3chguy/fix/17255
Fix colours used for the back button in space create menu
2 parents 91133ed + 03bd30d commit 045646b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/spaces/_SpaceCreateMenu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $spacePanelWidth: 71px;
6767
width: 28px;
6868
height: 28px;
6969
position: relative;
70-
background-color: $theme-button-bg-color;
70+
background-color: $roomlist-button-bg-color;
7171
border-radius: 14px;
7272
margin-bottom: 12px;
7373

@@ -78,7 +78,7 @@ $spacePanelWidth: 71px;
7878
width: 28px;
7979
top: 0;
8080
left: 0;
81-
background-color: $muted-fg-color;
81+
background-color: $tertiary-fg-color;
8282
transform: rotate(90deg);
8383
mask-repeat: no-repeat;
8484
mask-position: 2px 3px;

0 commit comments

Comments
 (0)