update code sample background color

This commit is contained in:
Jason Ibrahim 2019-03-08 15:02:53 -08:00 committed by Jason Ibrahim
parent 10790cc423
commit 85cd621c47

View File

@ -141,7 +141,7 @@ const defaultTheme: ThemeInterface = {
maxWidth: ({menu}) => menu.width,
},
rightPanel: {
backgroundColor: '#263238',
backgroundColor: '#3C3C3C',
width: '40%',
textColor: '#ffffff',
},