Fix icon on empty notification panel (#10817)

* Use custom properties for the empty panel icons on FilePanel and NotificationPanel

* Create E2E test for the notification panel
This commit is contained in:
Suguru Hirahara 2023-05-09 05:02:08 +00:00 committed by GitHub
parent d103d2e3dd
commit 1cfe126e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 1 deletions

View file

@ -69,6 +69,7 @@
@import "./structures/_MainSplit.pcss";
@import "./structures/_MatrixChat.pcss";
@import "./structures/_NonUrgentToastContainer.pcss";
@import "./structures/_NotificationPanel.pcss";
@import "./structures/_QuickSettingsButton.pcss";
@import "./structures/_RightPanel.pcss";
@import "./structures/_RoomSearch.pcss";