0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

♻️ 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 {
background: var(--color-accent-primary-muted);
background: var(--color-accent-select);
}
&::placeholder {