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',