File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import {
2+ CreditCardIcon ,
23 ExclamationCircleIcon ,
34 ExclamationTriangleIcon ,
45 InformationCircleIcon ,
@@ -60,10 +61,10 @@ export const variantClasses = {
6061 linkClassName : "transition hover:bg-blue-400/20" ,
6162 } ,
6263 pricing : {
63- className : "border-charcoal-700 bg-charcoal -800" ,
64- icon : < ChartBarIcon className = "h-5 w-5 shrink-0 text-text-dimmed " /> ,
65- textColor : "text-text-bright " ,
66- linkClassName : "transition hover:bg-charcoal-750 " ,
64+ className : "border-indigo-400/20 bg-indigo -800/30 " ,
65+ icon : < CreditCardIcon className = "h-5 w-5 shrink-0 text-indigo-400 " /> ,
66+ textColor : "text-indigo-300 " ,
67+ linkClassName : "transition hover:bg-indigo-400/20 " ,
6768 } ,
6869} as const ;
6970
You can’t perform that action at this time.
0 commit comments