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

View File

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