From 0ba39dd411100ff0784788da5e263bbf789b248b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 2 Jan 2025 20:29:35 +0000 Subject: [PATCH] Fix styling of round badges So that it's the same as the other badges used in the application --- lib/music_library_web/components/core_components.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/music_library_web/components/core_components.ex b/lib/music_library_web/components/core_components.ex index b883ff31..b1a1cf05 100644 --- a/lib/music_library_web/components/core_components.ex +++ b/lib/music_library_web/components/core_components.ex @@ -632,9 +632,9 @@ defmodule MusicLibraryWeb.CoreComponents do "inline-flex items-center rounded-full", "px-2 py-1 text-xs font-medium", "ring-1 ring-inset", - "bg-gray-50 dark:bg-gray-400/10", - "text-gray-600 dark:text-gray-500", - "ring-gray-500/10 dark:ring-gray-400/20" + "bg-zinc-50 dark:bg-zinc-500/10", + "text-zinc-700 dark:text-zinc-400", + "ring-zinc-600/20 dark:ring-zinc-500/20" ]}> {assigns.text}