We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1cc56 commit 77c4a44Copy full SHA for 77c4a44
src/features/story-viewer/ui/constants.ts
@@ -7,9 +7,8 @@ export const STORY_VIEWER_UI = {
7
OVERLAY_TOP:
8
'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',
9
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',
+ PROGRESS_BAR: 'h-[3px] flex-1 overflow-hidden rounded-full bg-white/30',
+ PROGRESS_BAR_FILL: 'h-full bg-white',
13
HEADER: 'flex items-center justify-between',
14
USER_SECTION: 'flex items-center gap-3',
15
USER_INFO: 'flex items-center gap-2 text-[14px] font-medium text-white',
0 commit comments