Skip to content

Commit 9ca6bdb

Browse files
committed
Improve window control positions in icon
1 parent 53914ec commit 9ca6bdb

File tree

1 file changed

+4
-4
lines changed
  • apps/site/components/Icons/InstallationMethod

1 file changed

+4
-4
lines changed

apps/site/components/Icons/InstallationMethod/N.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ const N: FC<SVGProps<SVGSVGElement>> = props => (
2121
rx="5"
2222
/>
2323
// close, minimize, maximize buttons
24-
<circle cx="5" cy="3" r="3" fill="#ff5f56" />
25-
<circle cx="12" cy="3" r="3" fill="#ffbd2e" />
26-
<circle cx="19" cy="3" r="3" fill="#27c93f" />
24+
<circle cx="5" cy="5" r="2" fill="#ff5f56" />
25+
<circle cx="10" cy="5" r="2" fill="#ffbd2e" />
26+
<circle cx="15" cy="5" r="2" fill="#27c93f" />
2727
// text with outline
28-
<text x="6" y="22" fontFamily="monospace" fontSize="14" fill="#00ff00">
28+
<text x="6" y="24" fontFamily="monospace" fontSize="14" fill="#00ff00">
2929
$n
3030
</text>
3131
</svg>

0 commit comments

Comments
 (0)