mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-20 15:18:50 -05:00
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:
parent
740d6857d2
commit
6398dbd716
2 changed files with 2 additions and 2 deletions
|
@ -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%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue