Skip to content

Commit

Permalink
fix: issue sidebar and peek overview cycle select improvement (#3845)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored Feb 29, 2024
1 parent 850bf01 commit e4988ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/issues/issue-detail/cycle-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const IssueCycleSelect: React.FC<TIssueCycleSelect> = observer((props) =>
buttonVariant="transparent-with-text"
className="w-full group"
buttonContainerClassName="w-full text-left"
buttonClassName={`text-sm ${issue?.cycle_id ? "" : "text-custom-text-400"}`}
buttonClassName={`text-sm justify-between ${issue?.cycle_id ? "" : "text-custom-text-400"}`}
placeholder="No cycle"
hideIcon
dropdownArrow
Expand Down

0 comments on commit e4988ee

Please sign in to comment.