update light theme
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s

This commit is contained in:
Lee
2024-04-16 21:27:35 +01:00
parent f00d6d8ba4
commit ed7d22fe32
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ export default async function Page({ params }: Params): Promise<JSX.Element> {
<div className="flex flex-col gap-2">
<div>
<h2 className="text-xl">{player.username}</h2>
<p className="text-gray-300">{player.uniqueId}</p>
<p className="text-primary">{player.uniqueId}</p>
</div>
<div className="flex flex-col gap-2">