Skip to content

Commit

Permalink
feat: update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyu4585 committed Dec 14, 2022
1 parent 56030ce commit 74f3283
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/tour/panelRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@ const panelRender = (
return (
<LocaleReceiver componentName="Tour" defaultLocale={defaultLocale.Tour}>
{(contextLocale) => (
<div className={classNames(className, `${prefixCls}-content`)}>
<div
className={classNames(
mergedType === 'primary' ? `${prefixCls}-primary` : '',
className,
`${prefixCls}-content`,
)}
>
{arrow && <div className={`${prefixCls}-arrow`} key="arrow" />}
<div className={`${prefixCls}-inner`}>
<CloseOutlined className={`${prefixCls}-close`} onClick={onClose} />
Expand Down

0 comments on commit 74f3283

Please sign in to comment.