Fixed background for theme toggle

This commit is contained in:
mr. M
2024-10-18 18:14:43 +02:00
parent aa0d1c27c8
commit 6168e4668c

View File

@@ -583,18 +583,6 @@ groupbox h2 {
}
}
.zenThemeMarketplaceItemPreferenceToggle {
align-self: start;
&::part(button) {
background-color: var(--zen-primary-color);
}
&::part(button)::before {
background-color: var(--zen-colors-secondary);
}
}
.zenThemeMarketplaceDisableAllToggle {
align-self: center;
}