Skip to content

Commit

Permalink
Change Quick Settings icon (matrix-org#12141)
Browse files Browse the repository at this point in the history
* Change Quick Settings icon

* Update space panel playwright snapshot
  • Loading branch information
florianduros authored Jan 15, 2024
1 parent 406ffe1 commit 80e75e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions res/css/structures/_QuickSettingsButton.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 80e75e3

Please sign in to comment.