Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PricingSection.tsx #1486

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Roshan12here
Copy link

The Pricing Card Components were too basic and also the text under the heading was having a little problem in small devices So I upgraded the style of the section and make it more eye catching

Screenshot (47)

The Pricing Card Components were too basic and also the text under the heading was having a little problem in small devices So I upgraded the style of the page

Signed-off-by: Roshan Shamas <[email protected]>
Copy link

vercel bot commented Jun 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saas-starter-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 3:47pm

@@ -22,9 +22,9 @@ const PricingSection = () => {
return (
<Card
key={`plan-${index}`}
className="rounded-md dark:border-gray-200 border border-gray-300"
className="rounded-md dark:border-gray-200 mb-5 border border-gray-400 transform transition-transform duration-300 hover:scale-105 hover:shadow-lg hover:bg-[#4f83f1]"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't hardcode the color, instead use the primary color from the theme.

Copy link
Member

@deepakprabhakara deepakprabhakara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't hardcode the color, instead use the primary color from the theme.

@Roshan12here
Copy link
Author

OK

SO I Have removed the 'use client' from the file and used the Primary color 

Signed-off-by: Roshan Shamas <[email protected]>
So I have updated the code by using the Primary color

Signed-off-by: Roshan Shamas <[email protected]>
Copy link
Author

@Roshan12here Roshan12here left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot (60)

So I have updated the file Based on your comment

@Roshan12here
Copy link
Author

The Primary-Hover color is Blue-600 Which is the same value in color code #2563eb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants