style: made the paddings and text sizes smaller (#433)
This commit is contained in:
parent
3f5bbf336c
commit
0ba81a10f1
17 changed files with 75 additions and 101 deletions
|
|
@ -56,11 +56,11 @@ export const CyclesList: React.FC<TCycleStatsViewProps> = ({
|
|||
))}
|
||||
</div>
|
||||
) : (
|
||||
<EmptyCycle/>
|
||||
<EmptyCycle />
|
||||
)
|
||||
) : (
|
||||
<Loader className="grid grid-cols-1 gap-9 md:grid-cols-2 lg:grid-cols-3">
|
||||
<Loader.Item height="300px" />
|
||||
<Loader.Item height="200px" />
|
||||
</Loader>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue