We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62627b commit ac57823Copy full SHA for ac57823
1 file changed
apps/webapp/app/components/primitives/Callout.tsx
@@ -1,4 +1,5 @@
1
import {
2
+ CreditCardIcon,
3
ExclamationCircleIcon,
4
ExclamationTriangleIcon,
5
InformationCircleIcon,
@@ -60,10 +61,10 @@ export const variantClasses = {
60
61
linkClassName: "transition hover:bg-blue-400/20",
62
},
63
pricing: {
- 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",
+ className: "border-indigo-400/20 bg-indigo-800/30",
+ icon: <CreditCardIcon className="h-5 w-5 shrink-0 text-indigo-400" />,
+ textColor: "text-indigo-300",
67
+ linkClassName: "transition hover:bg-indigo-400/20",
68
69
} as const;
70
0 commit comments