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

Commit 3502dd0

Browse files
committed
fix: display name submit button wrong colour
Revert to black on-solid-primary.
1 parent 5a2f34d commit 3502dd0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

res/css/_common.pcss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ body {
130130
.mx_SpaceRoomView_landing_inviteButton:before {
131131
background: #101317 !important;
132132
}
133+
/* settings, profile, display name, submit button */
134+
.mx_UserProfileSettings_profile button:nth-child(1) > svg {
135+
color: #101317 !important;
136+
}
133137
}
134138

135139
pre,

0 commit comments

Comments
 (0)