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 a3a9f9d commit 799b7beCopy full SHA for 799b7be
apps/dashboard/components/analytics/stat-card.tsx
@@ -206,7 +206,7 @@ export function StatCard({
206
const getVariantClasses = () => {
207
switch (variant) {
208
case "success":
209
- return "bg-accent/10 border-accent/20";
+ return "bg-accent/10 border-border/50";
210
case "info":
211
return "bg-accent/10 border-accent/20";
212
case "warning":
0 commit comments