style(admin): standardize subtitle text size and color across admin pages
This commit is contained in:
@@ -46,7 +46,7 @@ const StatCard = ({
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className={`${bgColor} ${color} w-8 h-8 rounded-sm flex-shrink-0 ml-3 mt-[2px] flex items-center justify-center`}>
|
||||
<div className={`${bgColor} ${color} w-8 h-8 rounded-md flex-shrink-0 ml-3 mt-[2px] flex items-center justify-center`}>
|
||||
{loading ? (
|
||||
<Skeleton height="h-4" width="w-4" />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user