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 ( -
+