diff --git a/lib/chiya_web/controllers/setting_html/show.html.heex b/lib/chiya_web/controllers/setting_html/show.html.heex index 875be90..9e77d4c 100644 --- a/lib/chiya_web/controllers/setting_html/show.html.heex +++ b/lib/chiya_web/controllers/setting_html/show.html.heex @@ -18,7 +18,17 @@ <.list> <:item title="Title"><%= @setting.title %> <:item title="Subtitle"><%= @setting.subtitle %> - <:item title="Theme"><%= @setting.theme %> + <:item title="Theme"> + <%= @setting.theme %> +
+ <.icon name="hero-heart" class="bg-theme-background" /> + <.icon name="hero-heart" class="bg-theme-primary" /> + <.icon name="hero-heart" class="bg-theme-heading" /> + <.icon name="hero-heart" class="bg-theme-base" /> + <.icon name="hero-heart" class="bg-theme-muted" /> + <.icon name="hero-heart" class="bg-theme-dim" /> +
+ <:item title="User agent"><%= @setting.user_agent %> <:item title="Custom css"><%= @setting.custom_css %> <:item title="Custom html"><%= @setting.custom_html %>