diff --git a/apps/space/core/components/issues/issue-layouts/properties/cycle.tsx b/apps/space/core/components/issues/issue-layouts/properties/cycle.tsx index 5fc975b36..a3dac6944 100644 --- a/apps/space/core/components/issues/issue-layouts/properties/cycle.tsx +++ b/apps/space/core/components/issues/issue-layouts/properties/cycle.tsx @@ -27,7 +27,7 @@ export const IssueBlockCycle = observer(function IssueBlockCycle({ cycleId, shou >
-
{cycle?.name ?? "No Cycle"}
+
{cycle?.name ?? "No Cycle"}
diff --git a/apps/web/app/(all)/[workspaceSlug]/(projects)/star-us-link.tsx b/apps/web/app/(all)/[workspaceSlug]/(projects)/star-us-link.tsx index 86ab8af06..7501a2e1e 100644 --- a/apps/web/app/(all)/[workspaceSlug]/(projects)/star-us-link.tsx +++ b/apps/web/app/(all)/[workspaceSlug]/(projects)/star-us-link.tsx @@ -29,7 +29,7 @@ export function StarUsOnGitHubLink() { }, }) } - className="flex flex-shrink-0 items-center gap-1.5 rounded-sm bg-layer-1 px-3 py-1.5" + className="flex flex-shrink-0 items-center gap-1.5 rounded-sm bg-layer-2 px-3 py-1.5" href="https://github.com/makeplane/plane" target="_blank" rel="noopener noreferrer" diff --git a/apps/web/core/components/dropdowns/buttons.tsx b/apps/web/core/components/dropdowns/buttons.tsx index 217ea5245..b7e04a367 100644 --- a/apps/web/core/components/dropdowns/buttons.tsx +++ b/apps/web/core/components/dropdowns/buttons.tsx @@ -104,7 +104,7 @@ function BackgroundButton(props: ButtonProps) { variant="ghost" size="sm" className={cn( - "h-full w-full flex items-center justify-start gap-1.5 bg-layer-3 hover:bg-layer-1-hover", + "h-full w-full flex items-center justify-between gap-1.5 bg-layer-3 hover:bg-layer-1-hover", className )} > @@ -129,7 +129,7 @@ function TransparentButton(props: ButtonProps) { variant="ghost" size="sm" className={cn( - "h-full w-full flex items-center justify-start gap-1.5", + "h-full w-full flex items-center justify-between gap-1.5", { "bg-layer-transparent-active": isActive, }, diff --git a/apps/web/core/components/dropdowns/cycle/index.tsx b/apps/web/core/components/dropdowns/cycle/index.tsx index 1e00a3dab..f5d8d7adb 100644 --- a/apps/web/core/components/dropdowns/cycle/index.tsx +++ b/apps/web/core/components/dropdowns/cycle/index.tsx @@ -117,7 +117,7 @@ export const CycleDropdown = observer(function CycleDropdown(props: Props) { > {!hideIcon && } {BUTTON_VARIANTS_WITH_TEXT.includes(buttonVariant) && (!!selectedName || !!placeholder) && ( - {selectedName ?? placeholder} + {selectedName ?? placeholder} )} {dropdownArrow && (