style: update LoadingBar component background color to blue
This commit is contained in:
parent
103f571395
commit
7152dfb051
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue