fix light mode sticky search is dark
This commit is contained in:
@@ -35,7 +35,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input-sticky-active {
|
.input-sticky-active {
|
||||||
@apply border-2 border-coollabs focus:bg-coolgray-400 focus:border-coollabs;
|
@apply border-2 border-coollabs text-black dark:text-white focus:bg-neutral-200 dark:focus:bg-coolgray-400 focus:border-coollabs;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Readonly */
|
/* Readonly */
|
||||||
|
Reference in New Issue
Block a user