Skip to content

Commit 042e7d3

Browse files
committed
Merge branch 'bose/3473' into staging
2 parents bfc34cf + b3319ba commit 042e7d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/core/Promotion/Promotion.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ export const Promotion = forwardRef<HTMLAnchorElement, PromotionProps>(function
4949
locale={locale}
5050
prefetch={false}
5151
className={twMerge(
52-
`group h-full w-full rounded-[13px] ${colorKeyToUtilityMap[background ?? 'gray-20'].background}grid ${
52+
`group h-full w-full rounded-[13px] ${colorKeyToUtilityMap[background ?? 'gray-20'].background} grid ${
5353
layoutDirection === 'col'
5454
? 'grid-cols-1 grid-rows-[65%_35%]'
5555
: 'min-h-[120px] grid-cols-[30%_70%] grid-rows-1'
56-
}focus:outline-none focus-visible:envis-outline dark:focus-visible:envis-outline-invert`,
56+
} focus-visible:envis-outline dark:focus-visible:envis-outline-invert focus:outline-none`,
5757
className,
5858
)}
5959
>
@@ -71,7 +71,7 @@ export const Promotion = forwardRef<HTMLAnchorElement, PromotionProps>(function
7171
<div
7272
className={`relative h-inherit w-inherit ${
7373
layoutDirection === 'col' ? 'p-4' : 'py-4 pr-3 pl-4'
74-
}flex items-center overflow-hidden`}
74+
} flex items-center overflow-hidden`}
7575
>
7676
<div className="max-w-prose grow">
7777
<Typography as="p" variant="h6" className={titleClassNames}>

0 commit comments

Comments
 (0)