♻️ Update select background color on input

This commit is contained in:
Eva Marco 2024-09-17 14:11:50 +02:00
parent a26deafa75
commit 5ffa56be3d

View file

@ -57,7 +57,7 @@
} }
&::selection { &::selection {
background: var(--color-accent-primary-muted); background: var(--color-accent-select);
} }
&::placeholder { &::placeholder {