style: onboarding command menu

This commit is contained in:
anmolsinghbhatia 2023-05-02 18:48:34 +05:30
parent 75d6498763
commit 6a83704225
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,10 @@ export const OnboardingCard: React.FC<Props> = ({ data, gradient = false }) => (
gradient ? "bg-gradient-to-b from-[#2C8DFF]/50 via-brand-base to-transparent" : ""
}`}
>
<div className="h-44 w-full">
<div className="relative h-44">
<h3 className="absolute top-3 left-28 text-base text-brand-secondary">
Open the contextual menu with:
</h3>
<Image src={data.imgURL} height="180" width="450" alt={data.title} />
</div>
<h3 className="text-2xl font-medium">{data.title}</h3>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB