UI: Fix go colors for light theme (#1155)

This commit is contained in:
Snarling
2024-03-11 13:13:22 -04:00
committed by GitHub
parent c703b71871
commit 162310f005

View File

@ -29,7 +29,7 @@ export const Theme: IPredefinedTheme = {
welllight: "#f9f9f9",
well: "#eaeaea",
white: "#F7F7F7",
black: "#F7F7F7",
black: "#000000",
hp: "#BF5C41",
money: "#E1B121",
hack: "#47BC38",