mirror of https://github.com/vector-im/riot-web
Change Quick Settings icon (#12141)
* Change Quick Settings icon * Update space panel playwright snapshotpull/28788/head^2
parent
406ffe1b98
commit
80e75e3b70
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 |
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue