aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/dark/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/dark/index.ts')
-rw-r--r--packages/theme/src/themes/dark/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/theme/src/themes/dark/index.ts b/packages/theme/src/themes/dark/index.ts
index 87a68cb5d..aa132c743 100644
--- a/packages/theme/src/themes/dark/index.ts
+++ b/packages/theme/src/themes/dark/index.ts
@@ -9,7 +9,7 @@ export default (brandPrimary: string) => {
9 let brandPrimaryColor = color(legacyStyles.themeBrandPrimary); 9 let brandPrimaryColor = color(legacyStyles.themeBrandPrimary);
10 try { 10 try {
11 brandPrimaryColor = color(defaultStyles.brandPrimary); 11 brandPrimaryColor = color(defaultStyles.brandPrimary);
12 } catch (e) { 12 } catch {
13 // Ignore invalid color and fall back to default. 13 // Ignore invalid color and fall back to default.
14 } 14 }
15 15