Compare commits

...

1 Commits

Author SHA1 Message Date
Bijin A B
19840f8546 fix: lighten dark pastel theme modal background color 2026-01-04 21:44:43 +05:30

View File

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