Mistral Ai
0 copies
Not liked
Component Preview
dashboard.tsxAP
Demo App
Preview of your theme
Total Revenue
$15,231.89
+20.1% from last month
Subscriptions
+2,350
+180.1% from last month
Upgrade your subscription
You are currently on the free plan.
Create an account
Enter your email below to create your account.
CSS Variables
globals.css
:root {
--font-sans: "Inter", sans-serif;
--background: #fffaeb;
--foreground: #1f1f1f;
--card: #ffffff;
--card-foreground: #1f1f1f;
--popover: #ffffff;
--popover-foreground: #1f1f1f;
--primary: #fa520f;
--primary-foreground: #ffffff;
--secondary: #000000;
--secondary-foreground: #ffffff;
--muted: #f2efe2;
--muted-foreground: #6e6e6e;
--accent: #f4f0e1;
--accent-foreground: #1f1f1f;
--destructive: #e03f3f;
--destructive-foreground: #ffffff;
--border: #e6e1d4;
--input: #e6e1d4;
--ring: #fa520f;
--chart-1: #fa520f;
--chart-2: #000000;
--chart-3: #3c3c3c;
--chart-4: #1f1f1f;
--chart-5: #fffaeb;
--sidebar-background: #ffffff;
--sidebar-foreground: #1f1f1f;
--sidebar-primary: #fa520f;
--sidebar-primary-foreground: #ffffff;
--sidebar-accent: #f4f0e1;
--sidebar-accent-foreground: #1f1f1f;
--sidebar-border: #e6e1d4;
--sidebar-ring: #fa520f;
--radius: 0.5rem;
}
.dark {
--background: #000000;
--foreground: #ffffff;
--card: #1a1a1a;
--card-foreground: #ffffff;
--popover: #1a1a1a;
--popover-foreground: #ffffff;
--primary: #fa520f;
--primary-foreground: #000000;
--secondary: #3c3c3c;
--secondary-foreground: #ffffff;
--muted: #262626;
--muted-foreground: #b5b5b5;
--accent: #262626;
--accent-foreground: #ffffff;
--destructive: #ff6a6a;
--destructive-foreground: #000000;
--border: #3c3c3c;
--input: #3c3c3c;
--ring: #fa520f;
--chart-1: #fa520f;
--chart-2: #ffffff;
--chart-3: #3c3c3c;
--chart-4: #1f1f1f;
--chart-5: #000000;
--sidebar-background: #000000;
--sidebar-foreground: #ffffff;
--sidebar-primary: #fa520f;
--sidebar-primary-foreground: #000000;
--sidebar-accent: #262626;
--sidebar-accent-foreground: #ffffff;
--sidebar-border: #3c3c3c;
--sidebar-ring: #fa520f;
--radius: 0.5rem;
}
@theme inline {
--font-sans: var(--font-sans);
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-destructive-foreground: var(--destructive-foreground);
--color-border: var(--border);
--color-input: var(--input);
--color-ring: var(--ring);
--color-chart-1: var(--chart-1);
--color-chart-2: var(--chart-2);
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-sidebar: var(--sidebar-background);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
}
body {
font-family: var(--font-sans);
}