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

Commit 9079765

Browse files
committed
fix(auth): dialog icons wrong colour
This should be considered a temporary fix. As this issue is also present upstream, and will likely be fixed eventually.
1 parent a2519e9 commit 9079765

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

res/css/_common.pcss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ body {
133133
/* settings, profile, display name, submit button */
134134
.mx_UserProfileSettings_profile button:nth-child(1) > svg {
135135
color: #101317 !important;
136-
}
136+
}
137137
}
138138

139139
pre,
@@ -498,6 +498,9 @@ legend {
498498
margin-left: -2px;
499499
margin-right: 4px;
500500
margin-bottom: 2px;
501+
502+
/* elecord, temp colour fix */
503+
filter: invert(1) brightness(0.85);
501504
}
502505

503506
.mx_Dialog_title {

res/css/views/dialogs/security/_AccessSecretStorageDialog.pcss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ Please see LICENSE files in the repository root for full details.
122122
top: 2px; /* alignment */
123123
background-image: url("@vector-im/compound-design-tokens/icons/error-solid.svg");
124124
background-size: contain;
125+
126+
/* elecord, temp colour fix */
127+
filter: invert(1) brightness(0.7);
125128
}
126129

127130
.mx_AccessSecretStorageDialog_reset_link {

0 commit comments

Comments
 (0)