style: update LoadingBar component background color to blue

This commit is contained in:
q9i 2024-02-17 12:54:07 -08:00 committed by GitButler
parent 103f571395
commit 7152dfb051

View file

@ -2,7 +2,7 @@ import styles from './loading.module.css'
const LoadingBar = () => {
return (
<div className='w-full fixed top-0 left-0'>
<div className='h-1.5 w-full bg-pink-100 overflow-hidden'>
<div className='h-1.5 w-full bg-blue-100 overflow-hidden'>
<div
className={`${styles.progress} w-full h-full bg-blue-500 ${styles['left-right']}`}
></div>