Change Quick Settings icon (#12141)

* Change Quick Settings icon

* Update space panel playwright snapshot
pull/28788/head^2
Florian Duros 2024-01-15 11:56:46 +01:00 committed by GitHub
parent 406ffe1b98
commit 80e75e3b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -36,10 +36,10 @@ limitations under the License.
width: 32px;
height: 32px;
left: 0;
mask-image: url("$(res)/img/element-icons/settings.svg");
mask-image: url("@vector-im/compound-design-tokens/icons/settings-solid.svg");
mask-repeat: no-repeat;
mask-position: center;
mask-size: 16px;
mask-size: 24px;
background: $secondary-content;
}