fix: lighten dark pastel theme modal background color

This commit is contained in:
Bijin A B
2026-01-04 21:44:43 +05:30
parent d03d8f01a1
commit 19840f8546

View File

@@ -295,7 +295,7 @@ const darkPastelTheme = {
},
body: {
color: colors.TEXT,
bg: colors.GRAY_1
bg: colors.GRAY_2
},
input: {
bg: 'transparent',