upd: search

Deskripsi:
- ui search

NoIssues
This commit is contained in:
amel
2025-02-26 17:58:31 +08:00
parent a25a0515c4
commit bb9c5090f9
5 changed files with 162 additions and 6 deletions

View File

@@ -8,11 +8,11 @@ const Styles = StyleSheet.create({
padding: 20,
},
textDefault: {
fontSize: 16,
fontSize: 15,
lineHeight: 24,
},
textDefaultSemiBold: {
fontSize: 16,
fontSize: 15,
lineHeight: 24,
fontWeight: '600',
},
@@ -80,17 +80,20 @@ const Styles = StyleSheet.create({
mt05: {
marginTop: 5
},
mr05:{
mr05: {
marginRight: 5
},
mr10: {
marginRight: 10
},
ml10: {
marginLeft: 10
},
ph15: {
paddingHorizontal: 15,
},
p15:{
padding:15
p15: {
padding: 15
},
round30: {
borderRadius: 30
@@ -236,6 +239,20 @@ const Styles = StyleSheet.create({
borderColor: '#d6d8f6',
borderWidth: 1,
marginBottom: 10
},
wrapItemBorderBottom: {
padding: 10,
borderColor: '#d6d8f6',
borderBottomWidth: 1,
},
userProfileSmall: {
width: 50,
height: 50,
borderRadius: 100
},
iconContent: {
padding: 10,
borderRadius: 100,
}
})