Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
- [Magnetic Button](https://syntaxui.com/components/button/magnetic-button) - [Nikhil Nigam](https://x.com/nikhil_nigamnik)
- [Minimal Stepper](https://syntaxui.com/components/stepper) - [Nikhil Nigam](https://x.com/nikhil_nigamnik)
- [Custom Gradient Generator](https://syntaxui.com/effects/gradients) - [Faisal Husain](https://x.com/faisalh004)

6 changes: 4 additions & 2 deletions src/showcase/effects/gradients/CustomGradientGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ const CustomGradientGenerator = () => {
</Card>
{/* Gradient Preview */}
<Card
className="group relative w-full overflow-hidden rounded-lg p-0"
style={{ background: gradient, minHeight: '200px' }}

className="group relative w-full overflow-hidden rounded-lg p-0"
style={{ background: gradient ,minHeight: '200px' }}

>
<CardContent
className="absolute bottom-0 right-0 flex items-center justify-center"
Expand Down