fix: site url icon size

This commit is contained in:
Daniel Lautzenheiser 2024-01-04 11:02:30 -05:00
parent 8123726f4e
commit 610e5db4c1

View File

@ -92,8 +92,8 @@
.CMS_Navbar_site-url-icon {
color: var(--text-secondary);
@apply h-6
w-6;
@apply h-5
w-5;
}
.CMS_Navbar_quick-create {