Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 610e5db

Browse files
committed
fix: site url icon size
1 parent 8123726 commit 610e5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/components/navbar/Navbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
.CMS_Navbar_site-url-icon {
9393
color: var(--text-secondary);
9494

95-
@apply h-6
96-
w-6;
95+
@apply h-5
96+
w-5;
9797
}
9898

9999
.CMS_Navbar_quick-create {

0 commit comments

Comments
 (0)