We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d5580 commit 1a7eb36Copy full SHA for 1a7eb36
packages/ui-components/Common/ChangeHistory/index.tsx
@@ -29,7 +29,7 @@ const ChangeHistory: FC<ChangeHistoryProps> = ({
29
<div className={classNames('relative', 'inline-block', className)} {...props}>
30
<details className="group">
31
<summary className={styles.summary} role="button" aria-haspopup="menu">
32
- <ClockIcon className="h-4 w-4" />
+ <ClockIcon className="size-4" />
33
<span>{label}</span>
34
<ChevronDownIcon className="h-3 w-3 group-open:rotate-180 motion-safe:transition-transform" />
35
</summary>
0 commit comments