Update PricingSection.tsx#1486
Open
Roshan12here wants to merge 3 commits intoboxyhq:mainfrom
Open
Conversation
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 <146016164+Roshan12here@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| <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]" |
Member
There was a problem hiding this comment.
Please don't hardcode the color, instead use the primary color from the theme.
deepakprabhakara
requested changes
Jun 27, 2024
Member
deepakprabhakara
left a comment
There was a problem hiding this comment.
Please don't hardcode the color, instead use the primary color from the theme.
Author
|
OK |
SO I Have removed the 'use client' from the file and used the Primary color Signed-off-by: Roshan Shamas <146016164+Roshan12here@users.noreply.github.com>
So I have updated the code by using the Primary color Signed-off-by: Roshan Shamas <146016164+Roshan12here@users.noreply.github.com>
Author
|
The Primary-Hover color is Blue-600 Which is the same value in color code #2563eb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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