diff options
Diffstat (limited to 'web/frontend/types.d.ts')
| -rw-r--r-- | web/frontend/types.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/frontend/types.d.ts b/web/frontend/types.d.ts index c53b7e5..0b59dac 100644 --- a/web/frontend/types.d.ts +++ b/web/frontend/types.d.ts @@ -80,6 +80,8 @@ export interface OfficialProfileColors { "9-plus": string; plotSurface: string; grid: string; + xGrid: string; + yGrid: string; subtle: string; accent: string; } |