mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Add margin bottom in skeleton
This commit is contained in:
@@ -23,7 +23,7 @@ const ThemeChanger = () => {
|
|||||||
<div className="flex-1">
|
<div className="flex-1">
|
||||||
<h5 className="card-title">
|
<h5 className="card-title">
|
||||||
{loading ? (
|
{loading ? (
|
||||||
skeleton({ width: 'w-20', height: 'h-8' })
|
skeleton({ width: 'w-20', height: 'h-8', className: 'mb-1' })
|
||||||
) : (
|
) : (
|
||||||
<span className="opacity-70">Theme</span>
|
<span className="opacity-70">Theme</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user