redesign aplikasi
Deskripsi: - update tema mode light dan dark pada fitur banner, lembaga desa, jabatan, anggota, dan diskusi umum
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -319,7 +319,7 @@ const Styles = StyleSheet.create({
|
||||
marginHorizontal: 10
|
||||
},
|
||||
inputRoundForm: {
|
||||
borderRadius: 10,
|
||||
borderRadius: 5,
|
||||
borderColor: '#d6d8f6',
|
||||
borderWidth: 1,
|
||||
paddingVertical: 10,
|
||||
@@ -460,7 +460,7 @@ const Styles = StyleSheet.create({
|
||||
borderColor: '#d6d8f6',
|
||||
borderWidth: 1,
|
||||
borderRadius: 10,
|
||||
marginBottom: 10
|
||||
marginBottom: 5
|
||||
},
|
||||
wrapItemBorderNone: {
|
||||
padding: 10,
|
||||
@@ -489,6 +489,7 @@ const Styles = StyleSheet.create({
|
||||
iconContent: {
|
||||
padding: 10,
|
||||
borderRadius: 100,
|
||||
backgroundColor:'#E5E7EB'
|
||||
},
|
||||
wrapHeadViewMember: {
|
||||
backgroundColor: '#19345E',
|
||||
@@ -670,7 +671,7 @@ const Styles = StyleSheet.create({
|
||||
paddingVertical: 5,
|
||||
paddingHorizontal: 15,
|
||||
borderRadius: 5,
|
||||
backgroundColor: "#F3F4F6",
|
||||
// backgroundColor: "#F3F4F6",
|
||||
borderWidth: 1,
|
||||
borderColor: "transparent",
|
||||
marginRight: 10,
|
||||
@@ -679,13 +680,14 @@ const Styles = StyleSheet.create({
|
||||
chipSelected: {
|
||||
backgroundColor: "#f2f6ffff",
|
||||
borderColor: "#384288",
|
||||
borderWidth: 1,
|
||||
},
|
||||
chipText: {
|
||||
fontSize: 16,
|
||||
color: "#222",
|
||||
},
|
||||
chipTextSelected: {
|
||||
color: "#384288",
|
||||
color: "white",
|
||||
},
|
||||
checkIcon: {
|
||||
position: "absolute",
|
||||
|
||||
Reference in New Issue
Block a user