Skip to content

Commit 4ba9fdc

Browse files
Fix on progress bar
1 parent 9600341 commit 4ba9fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/bible/DraftingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const DraftingUI: React.FC<DraftingUIProps> = ({
359359
)}
360360
{hasAnyError && <span className='text-sm text-red-500'>Auto-save failed</span>}
361361
</div>
362-
<div className='bg-input rounded-lg border md:w-50 lg:w-76 xl:w-105'>
362+
<div className='bg-input w-50 rounded-lg border md:w-50 lg:w-76 xl:w-105'>
363363
<div className='h-4 overflow-hidden rounded-full'>
364364
<div
365365
className='bg-primary h-full rounded-full transition-all duration-300'

0 commit comments

Comments
 (0)