mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
fix: colors for start cycle button (#2231)
This commit is contained in:
@@ -54,7 +54,7 @@ export const CycleAdditionalActions: FC<Props> = observer((props) => {
|
||||
loading={startingCycle}
|
||||
/>
|
||||
<button
|
||||
className="rounded-md px-2 h-6 text-custom-primary-200 bg-custom-primary-80/30 hover:bg-custom-primary-80/50"
|
||||
className="rounded-md px-2 h-6 bg-custom-primary-100/20 text-custom-primary-100 hover:bg-custom-primary-100/10 hover:text-custom-primary-200 focus:bg-custom-primary-100/10"
|
||||
onClick={() => setStartCycleModal(true)}
|
||||
>
|
||||
Start cycle
|
||||
|
||||
Reference in New Issue
Block a user