From df98f12aea1fbbfb753d3f4b7196aa1786442f5a Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 30 Mar 2025 18:43:07 +0300 Subject: [PATCH] Update the background color for the dark theme for the whole page. --- .../components/layouts/app.html.heex | 2 +- .../components/layouts/root.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/decentralised_book_index_web/components/layouts/app.html.heex b/lib/decentralised_book_index_web/components/layouts/app.html.heex index 9c4a780..53636d7 100644 --- a/lib/decentralised_book_index_web/components/layouts/app.html.heex +++ b/lib/decentralised_book_index_web/components/layouts/app.html.heex @@ -2,7 +2,7 @@ <.partial_navbar page_title={assigns[:page_title]} /> -
+
<.flash_group flash={@flash} /> {@inner_content} diff --git a/lib/decentralised_book_index_web/components/layouts/root.html.heex b/lib/decentralised_book_index_web/components/layouts/root.html.heex index d81724f..8b89419 100644 --- a/lib/decentralised_book_index_web/components/layouts/root.html.heex +++ b/lib/decentralised_book_index_web/components/layouts/root.html.heex @@ -11,7 +11,7 @@ - + {@inner_content}