[web] ui/chip: update primary chip color (#992)

This commit is contained in:
Nitesh Seram 2024-11-16 10:29:19 +05:30 committed by GitHub
parent 3a950614ee
commit d8daa44fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ const variantClasses: Record<
primary: {
backgroundClass: 'bg-brand-dark dark:bg-brand',
borderClass: '',
iconClass: 'text-white',
textClass: 'text-white',
iconClass: 'text-neutral-900',
textClass: 'text-neutral-900',
},
secondary: {
backgroundClass: 'bg-brand-lightest dark:bg-neutral-800',