From 85cd621c47ec425ef92964820d536d37b1bc1b8e Mon Sep 17 00:00:00 2001 From: Jason Ibrahim Date: Fri, 8 Mar 2019 15:02:53 -0800 Subject: [PATCH] update code sample background color --- src/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index 089ffd6c..19d14d43 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -141,7 +141,7 @@ const defaultTheme: ThemeInterface = { maxWidth: ({menu}) => menu.width, }, rightPanel: { - backgroundColor: '#263238', + backgroundColor: '#3C3C3C', width: '40%', textColor: '#ffffff', },