diff --git a/constants/Styles.ts b/constants/Styles.ts index f8c43f0..6f5753a 100644 --- a/constants/Styles.ts +++ b/constants/Styles.ts @@ -490,17 +490,17 @@ const Styles = StyleSheet.create({ wrapItemDiscussion: { padding: 15, borderRadius: 5, - borderColor: '#d6d8f6', + // borderColor: '#d6d8f6', borderBottomWidth: 1, }, wrapItemBorderBottom: { padding: 10, - borderColor: '#d6d8f6', + // borderColor: '#d6d8f6', borderBottomWidth: 1, }, wrapItemBorderAll: { padding: 10, - borderColor: '#d6d8f6', + // borderColor: '#d6d8f6', borderWidth: 1, borderRadius: 5, marginBottom: 5