Skip to content

Commit aea4e33

Browse files
committed
style: reduce copy button icon size from 14px to 12px
1 parent 3cf15d5 commit aea4e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_components/CopyPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default function CopyPage({ file }: { file: string | undefined }) {
1919
xmlns="http://www.w3.org/2000/svg"
2020
aria-hidden="true"
2121
fill="currentColor"
22-
width="14"
23-
height="14"
22+
width="12"
23+
height="12"
2424
viewBox="0 0 16 16"
2525
>
2626
<path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z" />

0 commit comments

Comments
 (0)