From 47b283a367a1cb3d882569b14b269bddbcdabd26 Mon Sep 17 00:00:00 2001 From: Lee Matos Date: Fri, 9 Jul 2021 05:44:35 -0400 Subject: [PATCH] iOS: Fixed dark theme in iOS (#5165) --- packages/lib/themes/light.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/themes/light.ts b/packages/lib/themes/light.ts index de47a7277a..a3134356fd 100644 --- a/packages/lib/themes/light.ts +++ b/packages/lib/themes/light.ts @@ -11,7 +11,7 @@ const theme: Theme = { oddBackgroundColor: '#eeeeee', color: '#32373F', // For regular text colorError: 'red', - colorWarn: 'rgb(228 86 0)', + colorWarn: 'rgb(228,86,0)', colorWarnUrl: '#155BDA', colorFaded: '#7C8B9E', // For less important text colorBright: '#000000', // For important text