@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dilipod/ui",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Dilipod Design System - Shared UI components and styles",
5
5
  "author": "Dilipod <hello@dilipod.com>",
6
6
  "license": "MIT",
@@ -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">