mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
chore(FE-40): adjust loading dots size
This commit is contained in:
@@ -61,7 +61,7 @@ const Button = ({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{!isLoading && children}
|
{!isLoading && children}
|
||||||
{isLoading && <span className='loading loading-dots loading-xl' />}
|
{isLoading && <span className='loading loading-dots loading-md' />}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ const Button = ({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{!isLoading && children}
|
{!isLoading && children}
|
||||||
{isLoading && <span className='loading loading-dots loading-xl' />}
|
{isLoading && <span className='loading loading-dots loading-md' />}
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user