Better dark mode support

This commit is contained in:
Ariful Alam
2022-07-25 21:41:02 +06:00
parent 692c8ba8c7
commit 7f9d0d9514
7 changed files with 30 additions and 14 deletions

View File

@@ -38,7 +38,9 @@ const AvatarCard = ({ profile, loading }) => {
{loading || !profile ? (
skeleton({ width: 'w-48', height: 'h-8' })
) : (
<span className="opacity-70">{profile.name}</span>
<span className="text-base-content opacity-70">
{profile.name}
</span>
)}
</h5>
<div className="mt-3 text-base-content text-opacity-60 font-mono">