Function: getPomodoroPhaseColor()
function getPomodoroPhaseColor(phase): DefaultMantineColor;Defined in: shared/src/helper/pomodoroHelper/pomodoroStyles.ts:11
Get Mantine color for a Pomodoro phase
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
phase | "focus" | "short-break" | "long-break" |
Returns
Section titled “Returns”DefaultMantineColor