Skip to content

Commit 6aa143c

Browse files
committed
docs(logo): revert to stroke-black
1 parent 64eb5d4 commit 6aa143c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const LogoWithBorders = component$<PropsOf<'svg'>>(({ ...props }) => {
7272
clip-rule="evenodd"
7373
>
7474
<g
75-
class={cn(theme?.includes('light') ? 'stroke-[#bbb]' : 'stroke-white')}
75+
class={cn(theme?.includes('light') ? 'stroke-black' : 'stroke-white')}
7676
stroke-width="4"
7777
fill="none"
7878
>

0 commit comments

Comments
 (0)