0.5.0.1
This commit is contained in:
@@ -285,7 +285,7 @@ function PersonCard({
|
||||
<div className="text-center w-full mt-2 space-y-0.5">
|
||||
<div className={cn(
|
||||
"font-serif font-bold leading-tight flex items-center justify-center gap-1 text-base tracking-wide",
|
||||
isDead ? "text-stone-500" : "text-stone-900 dark:text-stone-100"
|
||||
"text-black"
|
||||
)}>
|
||||
<MemberNameWithStatus
|
||||
name={`${member.surname}${member.givenName}`}
|
||||
@@ -295,7 +295,7 @@ function PersonCard({
|
||||
{member.courtesyName && (
|
||||
<div className={cn(
|
||||
"text-[11px] font-serif tracking-wide",
|
||||
isDead ? "text-stone-400" : "text-stone-600 dark:text-stone-400"
|
||||
"text-black"
|
||||
)}>
|
||||
字 {member.courtesyName}
|
||||
</div>
|
||||
@@ -303,7 +303,7 @@ function PersonCard({
|
||||
{lifeSpan && (
|
||||
<div className={cn(
|
||||
"text-[10px] font-mono tracking-wider mt-1",
|
||||
isDead ? "text-stone-400" : "text-stone-500"
|
||||
"text-black font-semibold"
|
||||
)}>
|
||||
{lifeSpan}
|
||||
</div>
|
||||
@@ -311,7 +311,7 @@ function PersonCard({
|
||||
{ageText && (
|
||||
<div className={cn(
|
||||
"text-[10px] font-serif",
|
||||
isDead ? "text-stone-400" : "text-stone-500"
|
||||
"text-black font-semibold"
|
||||
)}>
|
||||
{ageText}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user