Skip to content

Commit 16085d6

Browse files
committed
Fix logo size
1 parent 9c464d2 commit 16085d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pattern-library/components/PlaygroundApp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ export default function PlaygroundApp({
163163
<h1 className="font-medium text-lg pl-6">
164164
<Link
165165
href={baseURL + '/'}
166-
classes="flex gap-x-3 text-stone-700"
166+
classes="flex gap-x-3 text-stone-700 items-center"
167167
>
168-
<LogoIcon className="text-brand" />
168+
<LogoIcon className="text-brand w-6 h-6" />
169169
Component Library
170170
</Link>
171171
</h1>

0 commit comments

Comments
 (0)