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