Skip to content

Commit 9db5c79

Browse files
author
kaseywright
committed
Use dynamic class for status bar
1 parent d85701f commit 9db5c79

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
@@ -126,7 +126,7 @@ const DraftingUI: React.FC<DraftingUIProps> = ({
126126
)}
127127
{hasAnyError && <span className='text-sm text-red-500'>Auto-save failed</span>}
128128
</div>
129-
<div className='bg-input w-50 rounded-lg border md:w-50 lg:w-76 xl:w-105'>
129+
<div className='bg-input w-1/3 rounded-lg border md:w-50 lg:w-76 xl:w-105'>
130130
<div className='h-4 overflow-hidden rounded-full'>
131131
<div
132132
className='bg-primary h-full rounded-full transition-all duration-300'

0 commit comments

Comments
 (0)