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

Commit 80e75e3

Browse files
authored
Change Quick Settings icon (#12141)
* Change Quick Settings icon * Update space panel playwright snapshot
1 parent 406ffe1 commit 80e75e3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading
Loading

res/css/structures/_QuickSettingsButton.pcss

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ limitations under the License.
3636
width: 32px;
3737
height: 32px;
3838
left: 0;
39-
mask-image: url("$(res)/img/element-icons/settings.svg");
39+
mask-image: url("@vector-im/compound-design-tokens/icons/settings-solid.svg");
4040
mask-repeat: no-repeat;
4141
mask-position: center;
42-
mask-size: 16px;
42+
mask-size: 24px;
4343
background: $secondary-content;
4444
}
4545

0 commit comments

Comments
 (0)