From 20a7695d1fb023c999180138601d8886b5fd5cf1 Mon Sep 17 00:00:00 2001 From: noumantahir Date: Mon, 7 Feb 2022 00:52:33 +0500 Subject: [PATCH] updated border color --- src/screens/wallet/children/styles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/wallet/children/styles.ts b/src/screens/wallet/children/styles.ts index 561686288..117bf1d83 100644 --- a/src/screens/wallet/children/styles.ts +++ b/src/screens/wallet/children/styles.ts @@ -54,8 +54,8 @@ export default EStyleSheet.create({ paddingTop:8, flexDirection:'row', justifyContent:'space-between', - borderColor:'$primaryBlue', - borderTopWidth:1, + borderColor:'$chartText', + borderTopWidth:EStyleSheet.hairlineWidth, } as ViewStyle, textDiffPositive:{ fontSize:18,