Skip to content

Commit

Permalink
fix(react-components): fix onboarding default size
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Oct 1, 2024
1 parent b2eb3ad commit 131a08e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const OnboardingLayout: React.FC<OnboardingLayoutProps> = ({
{!hideHeadingSection && (
<section className="flex flex-col items-center mt-8">
<img
className={`max-h-28 ${imgClassName ?? ''}`}
className={`max-h-[150px] ${imgClassName ?? ''}`}
src={placeholderSrc}
{...imgProps}
/>
Expand Down

0 comments on commit 131a08e

Please sign in to comment.