final touch on darkmode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user