mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
Styling fixes user subscriptions
This commit is contained in:
parent
b96b557422
commit
a6d40dc816
@ -148,7 +148,7 @@ const SubscribeModal = ({ user }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Card title={subscriptionCardTitle} className="w-full m-4 mt-2 mx-auto border border-gray-700">
|
||||
<Card title={subscriptionCardTitle} className="w-full m-2 mx-auto border border-gray-700">
|
||||
{subscribed && !user?.role?.nwc && (
|
||||
<div className="flex flex-col">
|
||||
<Message className="w-fit" severity="success" text="Subscribed!" />
|
||||
|
@ -119,7 +119,7 @@ const UserSubscription = () => {
|
||||
{!subscribed && (
|
||||
<Card
|
||||
title="Subscribe to PlebDevs"
|
||||
className="mb-2 max-lap:h-auto"
|
||||
className="mb-2 max-lap:h-auto border border-gray-700"
|
||||
pt={{
|
||||
body: { className: 'py-2' },
|
||||
content: { className: 'pt-0' }
|
||||
@ -192,7 +192,7 @@ const UserSubscription = () => {
|
||||
</>
|
||||
)}
|
||||
|
||||
<Card title="Frequently Asked Questions" className="mb-6">
|
||||
<Card title="Frequently Asked Questions" className="mb-6 border border-gray-700">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold">How does the subscription work?</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user