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', },