Adjusted colors

This commit is contained in:
2023-06-27 09:53:13 +02:00
parent 88cafa9f56
commit 377f0041c5
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
@tailwind utilities;
.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
@apply py-1 px-4 rounded-full bg-gradient-to-r from-blue-400 to-sky-300 dark:text-white dark:from-sky-600 dark:to-sky-800 hover:bg-blue-400
}
.text-field {