aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app/game/page.styles.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/game/page.styles.ts b/src/app/game/page.styles.ts
index da45d8a..833901d 100644
--- a/src/app/game/page.styles.ts
+++ b/src/app/game/page.styles.ts
@@ -95,10 +95,10 @@ export const HudStat = styled.div`
gap: 2px;
`;
-export const HudValue = styled.span<{ $color?: string }>`
+export const HudValue = styled.span`
font-size: 22px;
font-weight: 700;
- color: ${({ $color }) => $color ?? "#ffffff"};
+ color: #ffffff;
`;
export const HudLabel = styled.span`
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage