feat (theme-toggle): replaced theme toggle with the one from daisy UI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
carla 2025-07-21 16:01:38 +02:00
parent ab81b29467
commit ed9616035b
4 changed files with 38 additions and 46 deletions

View file

@ -59,7 +59,7 @@ defmodule Mv.MixProject do
{:tailwind, "~> 0.3", runtime: Mix.env() == :dev},
{:heroicons,
github: "tailwindlabs/heroicons",
tag: "v2.1.1",
tag: "v2.2.0",
sparse: "optimized",
app: false,
compile: false,
@ -70,7 +70,7 @@ defmodule Mv.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.26"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:dns_cluster, "~> 0.2.0"},
{:bandit, "~> 1.5"},
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},