style: restyling bio active interface mode
This commit is contained in:
parent
45e49787a7
commit
be2b6d7fcd
|
|
@ -89,8 +89,10 @@ export default function ProfileCard(props: ProfileClientProps) {
|
||||||
Tentang Saya
|
Tentang Saya
|
||||||
</div>
|
</div>
|
||||||
<div className="rounded-xl bg-muted/50 p-4 border border-muted">
|
<div className="rounded-xl bg-muted/50 p-4 border border-muted">
|
||||||
<p className="text-sm text-gray-400">
|
<p
|
||||||
{bio &&
|
className={`text-sm ${!bio ? "text-gray-400" : "text-card-foreground"}`}
|
||||||
|
>
|
||||||
|
{bio ||
|
||||||
"Belum ada deskripsi profil. Ceritakan sedikit tentang aktivitas dan kebutuhan laptop Anda."}
|
"Belum ada deskripsi profil. Ceritakan sedikit tentang aktivitas dan kebutuhan laptop Anda."}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -162,9 +164,7 @@ export default function ProfileCard(props: ProfileClientProps) {
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="flex h-[calc(100%-2rem)] justify-center items-center">
|
<div className="flex h-[calc(100%-2rem)] justify-center items-center">
|
||||||
<p className="text-sm text-gray-400">
|
<p className="text-sm text-gray-400">Anggaran Belum Diatur.</p>
|
||||||
Anggaran Belum Diatur.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue