dark mode page panel/dashboard
This commit is contained in:
@@ -42,13 +42,13 @@ function Cards({ data, loading }) {
|
||||
{item.icon}
|
||||
</div>
|
||||
<div className="flex items-center justify-between">
|
||||
<p className="text-[#525252] text-[14px] font-normal">
|
||||
<p className="text-[#525252] text-[14px] font-normal dark:text-[#D7D8ED]">
|
||||
{item.text}
|
||||
</p>
|
||||
<TextLoading width={70} height={20} loading={loading}>
|
||||
<p className="text-[#3B3B3B] text-[24px] font-medium">
|
||||
<p className="text-[#3B3B3B] text-[24px] font-medium dark:text-[#A1A1A1]">
|
||||
{item.value}
|
||||
<span className="text-[#616161] mr-[6px] text-[12px] font-normal">
|
||||
<span className="text-[#616161] mr-[6px] text-[12px] font-normal dark:text-[#A1A1A1]">
|
||||
{item.label}
|
||||
</span>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user