about summary refs log tree commit diff
path: root/src/view/lib/ThemeContext.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/lib/ThemeContext.tsx')
-rw-r--r--src/view/lib/ThemeContext.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/lib/ThemeContext.tsx b/src/view/lib/ThemeContext.tsx
index f51983cb5..28edf1fc2 100644
--- a/src/view/lib/ThemeContext.tsx
+++ b/src/view/lib/ThemeContext.tsx
@@ -41,6 +41,7 @@ export type TypographyVariant =
   | 'caption'
   | 'overline1'
   | 'overline2'
+  | 'mono1'
 export type Typography = Record<TypographyVariant, TextStyle>
 
 export interface Theme {