diff options
| -rw-r--r-- | src/app/game/page.styles.ts | 4 |
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` |
