fix: colors for start cycle button (#2231)

This commit is contained in:
Vamsi Krishna
2025-01-17 18:45:02 +05:30
committed by GitHub
parent 7d8bd70d82
commit f472d059df

View File

@@ -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