diff --git a/src/styles/themes/default.js b/src/styles/themes/default.js index 988dff5da0c0..5b9981574b25 100644 --- a/src/styles/themes/default.js +++ b/src/styles/themes/default.js @@ -48,7 +48,7 @@ const darkTheme = { offline: colors.greenIcons, opaqueAvatar: 'rgba(198, 201, 202, 0.64)', modalBackdrop: colors.greenIcons, - modalBackground: colors.greenBorders, + modalBackground: colors.greenAppBackground, cardBG: colors.greenHighlightBackground, cardBorder: colors.greenHighlightBackground, spinner: colors.greenSupportingText,