+
{serie.event.id}
-
+
{serie.name || serie.event.displayName || serie.event.name}
diff --git a/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx b/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx
index 8bc903e1..b010a5cc 100644
--- a/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx
+++ b/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx
@@ -25,7 +25,7 @@ function BarHover({ x, y, width, height, top, left, right, bottom }: any) {
return (
@@ -79,7 +79,7 @@ export function ReportHistogramChart({
dataKey={`${serie.id}:prev:count`}
fill={getChartColor(serie.index)}
fillOpacity={0.2}
- radius={8}
+ radius={3}
/>
)}
);
diff --git a/apps/dashboard/src/styles/globals.css b/apps/dashboard/src/styles/globals.css
index 25819576..629f9ed9 100644
--- a/apps/dashboard/src/styles/globals.css
+++ b/apps/dashboard/src/styles/globals.css
@@ -144,9 +144,7 @@
}
.card {
- box-shadow: 0 1px 2px 0.5px rgba(0, 0, 0, 0.08);
- border: 0 !important;
- @apply rounded-xl bg-background;
+ @apply border border-border bg-background;
}
}
diff --git a/apps/public/src/app/hero.tsx b/apps/public/src/app/hero.tsx
index aa247dea..0c49d216 100644
--- a/apps/public/src/app/hero.tsx
+++ b/apps/public/src/app/hero.tsx
@@ -60,7 +60,7 @@ export async function Hero() {