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
className={`w-full rounded-md bg-gradient-to-br ${data.rank === "CombatPowerAvatarRarityType5"
? "from-yellow-300 via-yellow-400 to-yellow-500"
: "from-purple-100 via-purple-400 to-purple-500"
? "from-yellow-400 via-yellow-600/70 to-yellow-800/50"
: "from-purple-400 via-purple-600/70 to-purple-800/50"
}`}
>
@@ -59,7 +59,7 @@ export default function CharacterCard({ data }: CharacterCardProps) {
<ParseText
locale={locale}
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>

View File

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