diff options
Diffstat (limited to 'components/gameBar.tsx')
-rw-r--r-- | components/gameBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gameBar.tsx b/components/gameBar.tsx index 53eda88..daa723e 100644 --- a/components/gameBar.tsx +++ b/components/gameBar.tsx @@ -56,7 +56,7 @@ export function GameBar() { <span style={{ color: "var(--text)", fontSize: 20, - opacity: .75 + opacity: .75 - .75 }}>0-0</span> </div> <div style={{ ...GameBarAlignStyle, float: "right" }}> |