Skip to content

Commit 75a39da

Browse files
committed
docs(logo): increase stroke width
1 parent 222b5b7 commit 75a39da

File tree

1 file changed

+2
-2
lines changed
  • apps/website/src/components/icons

1 file changed

+2
-2
lines changed

apps/website/src/components/icons/logo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const LogoWithBorders = component$<PropsOf<'svg'>>(({ ...props }) => {
7474
>
7575
<g
7676
class={cn(theme?.includes('light') ? 'stroke-black' : 'stroke-white')}
77-
stroke-width="4"
77+
stroke-width="8"
7878
fill="none"
7979
>
8080
<g>
@@ -132,7 +132,7 @@ export const LogoIcon = component$<PropsOf<'svg'>>(({ ...props }) => {
132132
>
133133
<g
134134
class={cn(theme?.includes('light') ? 'stroke-black' : 'stroke-white')}
135-
stroke-width="4"
135+
stroke-width="8"
136136
fill="none"
137137
>
138138
<path

0 commit comments

Comments
 (0)