From d880b3fc26acbafcc282e4124bcc99d9fe7033a4 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 15 Nov 2025 16:40:44 +0100 Subject: [PATCH] tailwind 4 --- postcss.config.js => postcss.config.mjs | 0 src/app/page.tsx | 4 ++-- src/components/ui/chart.tsx | 4 ++-- src/components/ui/select.tsx | 8 ++++---- src/components/ui/slider.tsx | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) rename postcss.config.js => postcss.config.mjs (100%) diff --git a/postcss.config.js b/postcss.config.mjs similarity index 100% rename from postcss.config.js rename to postcss.config.mjs diff --git a/src/app/page.tsx b/src/app/page.tsx index 7619935..05ae346 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() { }; return ( -
+
@@ -78,7 +78,7 @@ export default function HomePage() { width={100} height={100} /> -

+

InvestingFIRE

diff --git a/src/components/ui/chart.tsx b/src/components/ui/chart.tsx index ddb4e09..681a15d 100644 --- a/src/components/ui/chart.tsx +++ b/src/components/ui/chart.tsx @@ -175,7 +175,7 @@ function ChartTooltipContent({ return (
@@ -207,7 +207,7 @@ function ChartTooltipContent({ !hideIndicator && (
{children} @@ -107,7 +107,7 @@ function SelectItem({