diff --git a/lib/chiya_web/controllers/setting_html/show.html.heex b/lib/chiya_web/controllers/setting_html/show.html.heex index 9e77d4c..d5c0b4c 100644 --- a/lib/chiya_web/controllers/setting_html/show.html.heex +++ b/lib/chiya_web/controllers/setting_html/show.html.heex @@ -20,13 +20,12 @@ <:item title="Subtitle"><%= @setting.subtitle %> <: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" /> +
+ <.icon name="hero-heart-solid" class="bg-theme-primary" /> + <.icon name="hero-heart-solid" class="bg-theme-heading" /> + <.icon name="hero-heart-solid" class="bg-theme-base" /> + <.icon name="hero-heart-solid" class="bg-theme-muted" /> + <.icon name="hero-heart-solid" class="bg-theme-dim" />
<:item title="User agent"><%= @setting.user_agent %>