@greatapps/common 1.1.414 → 1.1.415
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@ export function ProjectSelector({
|
|
|
56
56
|
// Desktop and md: title + popover (aligned with NavBar logo + separator)
|
|
57
57
|
if (breakpoint === 'desktop' || breakpoint === 'md') {
|
|
58
58
|
return (
|
|
59
|
-
<div className="mt-[
|
|
59
|
+
<div className="mt-[6.5px] mb-[3px]">
|
|
60
60
|
<div className="flex items-center h-7">
|
|
61
61
|
<ProjectSelectorPopover
|
|
62
62
|
open={isPopoverOpen}
|