diff --git a/src/styles/theme-dark.ts b/src/styles/theme-dark.ts index a519cd6..e64654c 100644 --- a/src/styles/theme-dark.ts +++ b/src/styles/theme-dark.ts @@ -16,7 +16,7 @@ export const darkThemeOptions: ThemeOptions = { background: { default: 'rgb(49, 51, 56)', surface: 'rgb(58, 60, 65)', - paper: 'rgb(62, 64, 68)', + paper: 'rgb(77, 80, 85)', }, text: { primary: 'rgb(255, 255, 255)',