ui: fixes

This commit is contained in:
Andras Bacsai
2022-09-26 10:27:51 +02:00
parent a4d9b9689b
commit 513fa90b8a
2 changed files with 9 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ textarea {
}
#svelte .custom-select-wrapper .selectContainer {
@apply h-12 w-96 rounded bg-coolgray-100 p-2 px-0 text-xs tracking-tight outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 md:text-sm w-full ;
@apply h-12 w-96 rounded bg-coolgray-200 p-2 px-0 text-xs tracking-tight outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 md:text-sm w-full ;
}
#svelte .listContainer {