From 61e45fbf3d7ffcdecd34471dfff0df29181a8d2e Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 19 May 2025 15:31:35 +0200 Subject: [PATCH] style(css): enhance badge utility styles in utilities.css --- resources/css/utilities.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/css/utilities.css b/resources/css/utilities.css index 7a149a95b..8504ed3d9 100644 --- a/resources/css/utilities.css +++ b/resources/css/utilities.css @@ -70,11 +70,11 @@ } @utility badge { - @apply inline-block w-3 h-3 text-xs font-bold leading-none border border-neutral-200 dark:border-black; + @apply inline-block w-3 h-3 text-xs font-bold rounded-full leading-none border border-neutral-200 dark:border-black; } -@utility badge-absolute { - @apply absolute top-0 right-0 w-2 h-2 rounded-bl-full; +@utility badge-dashboard { + @apply absolute top-0 right-0 w-2.5 h-2.5 rounded-bl-full text-xs font-bold leading-none border border-neutral-200 dark:border-black; } @utility badge-success {