We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fea73 commit 4ed6a44Copy full SHA for 4ed6a44
components/crowdfunding-redesign/CrowdfundingPreviewBanner.tsx
@@ -8,7 +8,7 @@ import { Button } from '../ui/Button';
8
9
export function CrowdfundingPreviewBanner({ account }) {
10
return (
11
- <div className="z-10 flex h-14 w-full items-center justify-center bg-blue-100 px-4 py-2 text-sm text-gray-700 dark:bg-gray-800 dark:text-gray-300">
+ <div className="z-10 flex min-h-14 w-full items-center justify-center bg-blue-100 px-4 py-2 text-sm text-gray-700 dark:bg-gray-800 dark:text-gray-300">
12
<div className="flex items-center gap-4">
13
<FlaskConical className="h-4 w-4" />
14
<span>
0 commit comments