From 589f86ef1b02fe89cbabcbe15d634504e5eb4428 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 26 May 2023 18:28:32 +0200 Subject: [PATCH] chore(Avatar): dark variant for chip background color --- 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 6edebe11..a3530af1 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -18,7 +18,7 @@ const avatar = { }, chip: { base: 'absolute block rounded-full ring-1 ring-white dark:ring-gray-900', - background: 'bg-{color}-400', + background: 'bg-{color}-500 dark:bg-{color}-400', position: { 'top-right': 'top-0 right-0', 'bottom-right': 'bottom-0 right-0',