diff --git a/packages/app/src/components/sliding-sidebar.tsx b/packages/app/src/components/sliding-sidebar.tsx index e4b117081..8cb994281 100644 --- a/packages/app/src/components/sliding-sidebar.tsx +++ b/packages/app/src/components/sliding-sidebar.tsx @@ -244,7 +244,7 @@ export function SlidingSidebar({ selectedAgentId }: SlidingSidebarProps) { style={styles.newAgentButton} onPress={handleCreateAgentMobile} > - + New Agent @@ -352,7 +352,7 @@ const styles = StyleSheet.create((theme) => ({ newAgentButtonText: { fontSize: theme.fontSize.base, fontWeight: theme.fontWeight.normal, - color: theme.colors.mutedForeground, + color: theme.colors.foreground, }, sidebarFooter: { paddingHorizontal: theme.spacing[4],