Anzeige von Neue-Aufgabe-Button optimiert

This commit is contained in:
Matthias Grief
2025-01-06 22:45:40 +01:00
parent afbe57cc93
commit 851e500eb5

View File

@@ -389,7 +389,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
</div> </div>
<button class="bg-blue-500 text-white w-full px-4 py-2 rounded-lg hover:bg-[var(--accent-color)] transition duration-300 flex items-center" <button class="mt-0 border-2 border-blue-500 text-blue-500 w-full px-4 py-2 rounded-lg hover:bg-blue-500 hover:text-white transition duration-300 flex items-center"
onclick="createFormulaWithVariable()" onclick="createFormulaWithVariable()"
type="button"> type="button">
<span>Neue Aufgabe</span> <span>Neue Aufgabe</span>