fix: multiselect search results text color

This commit is contained in:
kolaente 2022-03-22 23:04:06 +01:00
parent d7b1d7da7f
commit 8f650316dc
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -450,7 +450,6 @@ export default {
button { button {
background: transparent; background: transparent;
display: block;
text-align: left; text-align: left;
box-shadow: none; box-shadow: none;
border-radius: 0; border-radius: 0;
@ -460,6 +459,7 @@ export default {
padding: .5rem; padding: .5rem;
border: none; border: none;
cursor: pointer; cursor: pointer;
color: var(--grey-800);
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;