redesign aplikasi

Deskripsi:
- update tema mode light dan dark pada fitur banner, lembaga desa, jabatan, anggota, dan diskusi umum
This commit is contained in:
2026-02-11 17:04:57 +08:00
parent 064a8ccaad
commit 8012f7f322
49 changed files with 128 additions and 116 deletions

View File

@@ -13,10 +13,12 @@ export const Colors = {
tabActive: '#2563EB',
header: '#234881',
homeGradient: '#346CC4',
dimmed: '#6B7280',
dimmed: '#707887ff',
success: '#40C057',
warning: '#FBBF24',
error: '#F87171',
input:'#FFFFFF',
modalBackground: '#ffffff',
},
dark: {
text: '#ECEDEE',
@@ -33,5 +35,7 @@ export const Colors = {
success: '#1F6F43',
warning: '#D97706',
error: '#DC2626',
input:'#14243dff',
modalBackground: '#1a1a1aff',
},
};