fix(Settings): align MultiselectMenu styles to multiselect ones

This commit is contained in:
Botzy 2025-03-10 14:57:39 +02:00
parent 5f8aaf395d
commit 79d9e886be
2 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,7 @@
color: var(--primary-foreground-color);
padding: 0.75rem 1.5rem;
display: flex;
flex: 1;
justify-content: space-between;
align-items: center;
gap: 0 0.5rem;

View file

@ -261,7 +261,10 @@
}
.option-input-container {
padding: 1rem 1.5rem;
&.multiselect-container {
background: var(--overlay-color);
}
&.button-container {
justify-content: center;