Fixed: Input options background color on mobile

This commit is contained in:
Qstick 2022-05-18 15:47:17 -04:00 committed by GitHub
parent ed46c5c86d
commit 5d14d2c134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@
border: 1px solid var(--inputBorderColor);
border-radius: 4px;
background-color: var(--white);
background-color: var(--inputBackgroundColor);
}
.loading {