diff --git a/src/components/countdowntimer/CountdownTimerChip.tsx b/src/components/countdowntimer/CountdownTimerChip.tsx index e8e13b87..61689f55 100644 --- a/src/components/countdowntimer/CountdownTimerChip.tsx +++ b/src/components/countdowntimer/CountdownTimerChip.tsx @@ -38,6 +38,7 @@ const CountdownTimerChip = (): JSX.Element => { backgroundColor: backgroundColor, background: `linear-gradient(to right, ${indicatorColor} ${percentage}%, ${backgroundColor} ${percentage}%)`, animation: `${percentage}% blink-animation 1s infinite`, + width: '86px', }} label={remainingTime} size="small"