Skip to content

Commit 77c4a44

Browse files
committed
🐛 fix(story): fix progress bar
1 parent 0f1cc56 commit 77c4a44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/features/story-viewer/ui/constants.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export const STORY_VIEWER_UI = {
77
OVERLAY_TOP:
88
'absolute top-0 z-30 flex w-full flex-col gap-3 bg-gradient-to-b from-black/60 to-transparent p-4 pb-10',
99
PROGRESS_CONTAINER: 'flex w-full gap-1',
10-
PROGRESS_BAR: 'h-0.5 flex-1 overflow-hidden rounded-full bg-white/30',
11-
PROGRESS_BAR_FILL:
12-
'h-full bg-white transition-all duration-100 ease-linear',
10+
PROGRESS_BAR: 'h-[3px] flex-1 overflow-hidden rounded-full bg-white/30',
11+
PROGRESS_BAR_FILL: 'h-full bg-white',
1312
HEADER: 'flex items-center justify-between',
1413
USER_SECTION: 'flex items-center gap-3',
1514
USER_INFO: 'flex items-center gap-2 text-[14px] font-medium text-white',

0 commit comments

Comments
 (0)