fix: background-primary (#30)

* feat: plugin information in plugins tab

* feat(equicordCSS): remove if hell and simplify

* feat(Demonstration): notif reminder

* fix(Demonstration): improvement

* add devs

* Updates And Fixes

* Revert "Updates And Fixes"

This reverts commit d84b833bc4.

* feat(ServerListIndicators): toggle compact and optimization

* fix: background-primary

---------

Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
pan 2024-08-06 22:01:03 +05:30 committed by GitHub
parent 740d6857d2
commit 6398dbd716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--background-secondary);
background-color: var(--background-primary);
height: 48px;
width: 48px;
border-radius: 100%;

View file

@ -12,7 +12,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--background-secondary);
background-color: var(--background-primary);
height: 48px;
width: 48px;
border-radius: 100%;