Skip to content

Commit 1a7eb36

Browse files
Update index.tsx
Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Signed-off-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
1 parent b4d5580 commit 1a7eb36

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-components/Common/ChangeHistory

1 file changed

+1
-1
lines changed

packages/ui-components/Common/ChangeHistory/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const ChangeHistory: FC<ChangeHistoryProps> = ({
2929
<div className={classNames('relative', 'inline-block', className)} {...props}>
3030
<details className="group">
3131
<summary className={styles.summary} role="button" aria-haspopup="menu">
32-
<ClockIcon className="h-4 w-4" />
32+
<ClockIcon className="size-4" />
3333
<span>{label}</span>
3434
<ChevronDownIcon className="h-3 w-3 group-open:rotate-180 motion-safe:transition-transform" />
3535
</summary>

0 commit comments

Comments
 (0)