summaryrefslogtreecommitdiff
path: root/src/components/shared
diff options
context:
space:
mode:
authorHaishan <[email protected]>2022-06-06 00:02:54 +0800
committerHaishan <[email protected]>2022-06-06 00:09:14 +0800
commit7f7cb27df139d6ca73031789539ea2ba2f2ecb77 (patch)
tree6562853c57eb7de45597b598563f6adce6e3d7a1 /src/components/shared
parent6a402afa3f16b8cc00a939b72250b5aaabaf5b7d (diff)
Make button slightly bigger than before
Diffstat (limited to 'src/components/shared')
-rw-r--r--src/components/shared/RotateIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared/RotateIcon.tsx b/src/components/shared/RotateIcon.tsx
index 7e3ceae..d9dcbd9 100644
--- a/src/components/shared/RotateIcon.tsx
+++ b/src/components/shared/RotateIcon.tsx
@@ -10,7 +10,7 @@ export function RotateIcon({ isRotating }: { isRotating: boolean }) {
});
return (
<span className={cls}>
- <RotateCw width={16} />
+ <RotateCw size={16} />
</span>
);
}