fix: multiselect search results text color

This commit is contained in:
kolaente 2022-03-22 23:04:06 +01:00
parent d7b1d7da7f
commit 8f650316dc
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

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