We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64eb5d4 commit 6aa143cCopy full SHA for 6aa143c
apps/website/src/components/icons/logo.tsx
@@ -72,7 +72,7 @@ export const LogoWithBorders = component$<PropsOf<'svg'>>(({ ...props }) => {
72
clip-rule="evenodd"
73
>
74
<g
75
- class={cn(theme?.includes('light') ? 'stroke-[#bbb]' : 'stroke-white')}
+ class={cn(theme?.includes('light') ? 'stroke-black' : 'stroke-white')}
76
stroke-width="4"
77
fill="none"
78
0 commit comments