From c23b7abca47bb7b77f5ee3a2925c97df3861ac70 Mon Sep 17 00:00:00 2001 From: Benjy Date: Sun, 30 Jun 2024 15:35:40 +0800 Subject: [PATCH] fix: blur bg --- package.json | 3 ++- src/features/go-to-date/GotoDate.tsx | 2 +- src/output.css | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bab5f2e..963146c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "scripts": { "dev": "npx vite", "build": "npx tsc && npx vite build", - "preview": "npx vite preview" + "preview": "npx vite preview", + "build:css": "npx tailwindcss -i ./src/tailwind.css -o ./src/output.css" }, "release": { "branches": [ diff --git a/src/features/go-to-date/GotoDate.tsx b/src/features/go-to-date/GotoDate.tsx index a414073..1ea9641 100644 --- a/src/features/go-to-date/GotoDate.tsx +++ b/src/features/go-to-date/GotoDate.tsx @@ -42,7 +42,7 @@ export const GotoDate = () => { } return ( -
+