mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Add spacing to UniformityTableSkeleton
This commit is contained in:
@@ -3,7 +3,7 @@ import { Icon } from '@iconify/react';
|
||||
|
||||
const UniformityTableSkeleton = () => {
|
||||
return (
|
||||
<div className='flex flex-col items-center justify-center'>
|
||||
<div className='flex flex-col items-center justify-center gap-2 my-20'>
|
||||
<div className='border border-base-content/25 rounded-2xl p-1 flex items-center justify-center mb-9'>
|
||||
<Button className='rounded-2xl border border-sky-500 bg-primary text-white p-3 cursor-default'>
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user