final touch on darkmode

This commit is contained in:
Daniel
2023-08-15 21:29:38 -04:00
parent da92d46f7b
commit 122b331efa
18 changed files with 40 additions and 20 deletions
+3 -3
View File
@@ -17,8 +17,8 @@ export default function PaymentPortal() {
return (
<div className="mx-auto sm:w-[35rem] w-80">
<div className="max-w-[25rem] w-full mx-auto flex flex-col gap-3 justify-between">
<p className="text-md text-gray-500 dark:text-gray-400">
<div className=" w-full mx-auto flex flex-col gap-3 justify-between">
<p className="text-md text-black dark:text-white">
To manage/cancel your subsciption, visit the billing portal.
</p>
@@ -30,7 +30,7 @@ export default function PaymentPortal() {
className="mx-auto mt-2"
/>
<p className="text-md text-gray-500 dark:text-gray-400">
<p className="text-md text-black dark:text-white">
If you still need help or encountered any issues, feel free to reach
out to us at:{" "}
<a