From 0648104353362bd9871d5741c02ed339270df3f5 Mon Sep 17 00:00:00 2001 From: Rusyaidi Date: Wed, 3 Jul 2024 22:02:10 +0800 Subject: [PATCH] style: updated recents menu margins and removed borders --- components/ChatMenu/Recents.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/components/ChatMenu/Recents.tsx b/components/ChatMenu/Recents.tsx index a6f4bd8..f8b8e6e 100644 --- a/components/ChatMenu/Recents.tsx +++ b/components/ChatMenu/Recents.tsx @@ -46,7 +46,11 @@ const Recents = () => { Recent {!noRecents && ( - + Clear All @@ -134,6 +138,7 @@ const styles = StyleSheet.create({ title: { color: Style.getColor('primary-text1'), fontSize: 20, + marginLeft: 8, }, subtitle: { @@ -144,8 +149,8 @@ const styles = StyleSheet.create({ button: { padding: 4, paddingHorizontal: 8, - borderColor: Style.getColor('primary-surface3'), - borderWidth: 2, + //borderColor: Style.getColor('primary-surface3'), + //borderWidth: 2, borderRadius: 4, marginLeft: 12, }, @@ -163,6 +168,7 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', shadowColor: Style.getColor('primary-shadow'), elevation: 12, + marginLeft: 12, }, textContainer: {