fix: phase style overrides in timer

This commit is contained in:
Carlos Valente
2025-09-09 07:39:38 +02:00
committed by Carlos Valente
parent c934b0ecdd
commit 2e6bf234d5
4 changed files with 9 additions and 28 deletions
@@ -1,19 +0,0 @@
export type OverridableOptions = {
keyColour?: string;
textColour?: string;
textBackground?: string;
font?: string;
size?: number;
justifyContent?: 'start' | 'center' | 'end';
alignItems?: 'start' | 'center' | 'end';
left?: string;
top?: string;
hideNav?: boolean;
hideOvertime?: boolean;
hideMessagesOverlay?: boolean;
hideEndMessage?: boolean;
language?: string;
showProgressBar?: boolean;
hideTimerSeconds?: boolean;
removeLeadingZeros?: boolean;
};