update ui
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m22s

This commit is contained in:
2025-07-01 11:54:28 +07:00
parent 24a46de40d
commit af41c16839
2 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ export default function CharacterCard({ data }: CharacterCardProps) {
> >
<div <div
className={`w-full rounded-md bg-gradient-to-br ${data.rank === "CombatPowerAvatarRarityType5" className={`w-full rounded-md bg-gradient-to-br ${data.rank === "CombatPowerAvatarRarityType5"
? "from-yellow-300 via-yellow-400 to-yellow-500" ? "from-yellow-400 via-yellow-600/70 to-yellow-800/50"
: "from-purple-100 via-purple-400 to-purple-500" : "from-purple-400 via-purple-600/70 to-purple-800/50"
}`} }`}
> >
@@ -59,7 +59,7 @@ export default function CharacterCard({ data }: CharacterCardProps) {
<ParseText <ParseText
locale={locale} locale={locale}
text={text} text={text}
className="mt-2 px-1 text-center text-base font-normal leading-tight 2xl:text-lg" className="mt-2 px-1 text-center text-shadow-white font-bold leading-tight 2xl:text-lg"
/> />
</li> </li>

View File

@@ -20,9 +20,9 @@ export default function LightconeCard({ data }: LightconeCardProps) {
> >
<div <div
className={`w-full rounded-md bg-gradient-to-br ${data.rank === "CombatPowerLightconeRarity5" className={`w-full rounded-md bg-gradient-to-br ${data.rank === "CombatPowerLightconeRarity5"
? "from-yellow-400 via-yellow-100 to-yellow-500" ? "from-yellow-400 via-yellow-600/70 to-yellow-800/50"
: data.rank === "CombatPowerLightconeRarity4" ? "from-purple-300 via-purple-100 to-purple-400" : : data.rank === "CombatPowerLightconeRarity4" ? "from-purple-400 via-purple-600/70 to-purple-800/50" :
"from-blue-300 via-blue-100 to-blue-400" "from-blue-400 via-blue-600/70 to-blue-800/50"
}`} }`}
> >