Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Jul 3, 2024
1 parent 048c156 commit 9ccfd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/countdowntimer/CountdownTimerChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ccfd35

Please sign in to comment.