🖼️ Bilderupload in Components ausgelagert.

This commit is contained in:
Moritz Utcke
2023-03-30 17:11:57 +04:00
parent 6339a4d0a5
commit 5fd6428a98
10 changed files with 1693 additions and 2017 deletions

View File

@@ -103,7 +103,7 @@ const schema = JSON.stringify({
}
button, .button {
@apply px-8 py-2 bg-secondary rounded-lg text-white font-medium hover:shadow-lg transition-all hover:underline active:bg-blue-900 text-center;
@apply px-8 py-2 bg-secondary rounded-lg text-white font-medium hover:shadow-lg transition-all hover:underline active:bg-blue-900 text-center cursor-pointer;
color: #fff !important;
}