From 1ac1411764ef4c03fe08bf85f23941fdb8d5439d Mon Sep 17 00:00:00 2001 From: Vali98 Date: Sat, 30 Nov 2024 14:25:54 +0800 Subject: [PATCH] style: updated APIValueItem style --- app/components/APIManager/APIValueItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/APIManager/APIValueItem.tsx b/app/components/APIManager/APIValueItem.tsx index b1fb6ac..df8a47d 100644 --- a/app/components/APIManager/APIValueItem.tsx +++ b/app/components/APIManager/APIValueItem.tsx @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ }, longContainerInactive: { - borderColor: Style.getColor('primary-surface4'), + borderColor: Style.getColor('primary-surface1'), borderWidth: 2, flexDirection: 'row', marginBottom: 8,