From ebf5fd6aeb2a5363e80457cf8245fbab5fbc17ca Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 9 May 2023 16:23:51 +0200 Subject: [PATCH] fix(Avatar): shrink chip ring --- src/runtime/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index 370f70fe01..b7bd9958a2 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -17,7 +17,7 @@ const avatar = { '3xl': 'h-20 w-20 text-3xl' }, chip: { - base: 'absolute block rounded-full ring-2 ring-white dark:ring-gray-900', + base: 'absolute block rounded-full ring-1 ring-white dark:ring-gray-900', position: { 'top-right': 'top-0 right-0', 'bottom-right': 'bottom-0 right-0',