diff --git a/src/theme/colors.dark.ts b/src/theme/colors.dark.ts index 78a2f79..16f82e9 100644 --- a/src/theme/colors.dark.ts +++ b/src/theme/colors.dark.ts @@ -10,6 +10,6 @@ export default { disabled: 'rgba(235, 235, 228, 0.8)', - backgroundLight: 'red', + backgroundLight: '#222222', backgroundSecondaryLight: '#333333', };