diff --git a/src/components/CopyableInput.tsx b/src/components/CopyableInput.tsx index b5a8ae8..9df1884 100644 --- a/src/components/CopyableInput.tsx +++ b/src/components/CopyableInput.tsx @@ -16,7 +16,7 @@ export function CopyableInput({ {label}
diff --git a/src/components/DownloadButton.tsx b/src/components/DownloadButton.tsx index a5c8795..e05cefe 100644 --- a/src/components/DownloadButton.tsx +++ b/src/components/DownloadButton.tsx @@ -8,7 +8,7 @@ export default function DownloadButton({ return ( diff --git a/src/components/ProgressBar.tsx b/src/components/ProgressBar.tsx index 412ae03..76982b2 100644 --- a/src/components/ProgressBar.tsx +++ b/src/components/ProgressBar.tsx @@ -18,8 +18,8 @@ export default function ProgressBar({
diff --git a/src/components/ReportTermsViolationButton.tsx b/src/components/ReportTermsViolationButton.tsx index c8b0f03..f0fca56 100644 --- a/src/components/ReportTermsViolationButton.tsx +++ b/src/components/ReportTermsViolationButton.tsx @@ -128,7 +128,7 @@ export default function ReportTermsViolationButton({ diff --git a/src/components/UnlockButton.tsx b/src/components/UnlockButton.tsx index adbf482..03849e6 100644 --- a/src/components/UnlockButton.tsx +++ b/src/components/UnlockButton.tsx @@ -8,7 +8,7 @@ export default function UnlockButton({ return ( diff --git a/src/styles.css b/src/styles.css index 582992c..4a57778 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,6 +1,4 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; html { height: 100dvh;