Fixed color of result fields

This commit is contained in:
2023-06-22 14:51:47 +02:00
parent bd8e96047d
commit 5dcbf12afe

View File

@@ -7,5 +7,5 @@
}
.text-field {
@apply w-full font-mono dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-lg
@apply w-full font-mono dark:text-slate-100 bg-slate-50 dark:bg-gray-600 border border-slate-400 p-2 rounded-lg
}