You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Change Quick Settings icon (#12141)
* Change Quick Settings icon * Update space panel playwright snapshot
This commit is contained in:
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;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
left: 0;
|
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-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: 16px;
|
mask-size: 24px;
|
||||||
background: $secondary-content;
|
background: $secondary-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user