Update the style for nested forms to add dark theme.
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 11:42:54 +02:00
parent d563034bb2
commit 5b9646003b
2 changed files with 8 additions and 8 deletions
@@ -215,10 +215,10 @@ defmodule DecentralisedBookIndexWeb.CoreComponents do
"border border-gray-500 text-gray-600"
{"primary", false} ->
"bg-primary-600 hover:bg-primary-700 text-white"
"bg-primary-600 hover:bg-primary-700 text-white dark:text-white"
{"primary", true} ->
"border border-primary-700 text-primary-700 hover:bg-primary-50 font-semibold"
"border border-primary-700 text-primary-700 hover:bg-primary-50 font-semibold dark:text-white"
{"error", false} ->
"bg-error-700 hover:bg-error-800 text-white"