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