We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cae60 commit 49f88b9Copy full SHA for 49f88b9
src/showcase/effects/gradients/CustomGradientGenerator.tsx
@@ -163,8 +163,8 @@ const CustomGradientGenerator = () => {
163
</Card>
164
{/* Gradient Preview */}
165
<Card
166
- className="group relative w-full overflow-hidden rounded-lg p-0"
167
- style={{ background: gradient }}
+ className="group relative w-full overflow-hidden rounded-lg p-0"
+ style={{ background: gradient ,minHeight: '200px' }}
168
>
169
<CardContent
170
className="absolute bottom-0 right-0 flex items-center justify-center"
0 commit comments