File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/showcase/effects/gradients Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222- Grid Patterns are taken from [ Hero Patterns] ( https://heropatterns.com/ )
2323- [ Magnetic Button] ( https://syntaxui.com/components/button/magnetic-button ) - [ Nikhil Nigam] ( https://x.com/nikhil_nigamnik )
2424- [ Minimal Stepper] ( https://syntaxui.com/components/stepper ) - [ Nikhil Nigam] ( https://x.com/nikhil_nigamnik )
25+ - [ Custom Gradient Generator] ( https://syntaxui.com/effects/gradients ) - [ Faisal Husain] ( https://x.com/faisalh004 )
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const CustomGradientGenerator = () => {
164164 { /* Gradient Preview */ }
165165 < Card
166166 className = "group relative w-full overflow-hidden rounded-lg p-0"
167- style = { { background : gradient } }
167+ style = { { background : gradient , minHeight : '200px' } }
168168 >
169169 < CardContent
170170 className = "absolute bottom-0 right-0 flex items-center justify-center"
You can’t perform that action at this time.
0 commit comments