Added text-field class

This commit is contained in:
2023-06-19 07:17:55 +02:00
parent 3c79bddde3
commit f01a8554f1
3 changed files with 7 additions and 3 deletions

View File

@@ -4,4 +4,8 @@
.tool-button {
@apply py-1 px-4 rounded-full bg-gradient-to-r from-blue-300 to-sky-200 dark:text-white dark:from-sky-600 dark:to-sky-800 hover:bg-blue-400
}
.text-field {
@apply w-full h-full resize-none dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-md
}