@dilipod/ui 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/impact-metrics-form.tsx +1 -1
package/package.json
CHANGED
|
@@ -151,7 +151,7 @@ export function ImpactMetricsForm({
|
|
|
151
151
|
const netAnnualSavings = laborSavingsPerYear - workerCostPerYear
|
|
152
152
|
|
|
153
153
|
return (
|
|
154
|
-
<Card className={cn("", className)}>
|
|
154
|
+
<Card className={cn("border-[var(--cyan)]/20 bg-gradient-to-br from-white to-[var(--cyan)]/5", className)}>
|
|
155
155
|
<CardContent className="p-5">
|
|
156
156
|
{/* Header */}
|
|
157
157
|
<div className="flex items-center justify-between mb-4">
|