Update the style for nested forms to add dark theme.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user