fix(core): 🐛 select dropdown menu background

This commit is contained in:
alistair3149 2024-03-20 13:47:30 -04:00
parent 3fcd46dfc2
commit 7fda12693d
No known key found for this signature in database

View file

@ -42,6 +42,10 @@ textarea {
border: 1px solid var( --border-color-base--darker );
}
select option {
background-color: var( --color-surface-1 );
}
textarea {
width: 100%;
}