aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/error/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/error/index.tsx')
-rw-r--r--src/components/ui/error/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/error/index.tsx b/src/components/ui/error/index.tsx
index 8439bfc8b..ff3bc31c6 100644
--- a/src/components/ui/error/index.tsx
+++ b/src/components/ui/error/index.tsx
@@ -17,4 +17,4 @@ class ErrorComponent extends Component<IProps> {
17 } 17 }
18} 18}
19 19
20export const Error = injectSheet(styles)(ErrorComponent); 20export const Error = injectSheet(styles, { injectTheme: true })(ErrorComponent);