From 7cc7fe5aea02cfe8a822816237b24ce935831ae6 Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Wed, 31 Dec 2025 15:11:30 -0800 Subject: [PATCH] Offset the dismiss buttons --- src/components/ProgressGuide/List.tsx | 2 +- src/view/shell/desktop/SidebarTrendingTopics.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProgressGuide/List.tsx b/src/components/ProgressGuide/List.tsx index 3baa4b093d..88a81b7356 100644 --- a/src/components/ProgressGuide/List.tsx +++ b/src/components/ProgressGuide/List.tsx @@ -60,7 +60,7 @@ export function ProgressGuideList({style}: {style?: StyleProp}) { shape="round" label={_(msg`Dismiss getting started guide`)} onPress={endProgressGuide} - style={[a.bg_transparent]}> + style={[a.bg_transparent, {marginTop: -6, marginRight: -6}]}> diff --git a/src/view/shell/desktop/SidebarTrendingTopics.tsx b/src/view/shell/desktop/SidebarTrendingTopics.tsx index 565b18e0a3..0e7cca17e0 100644 --- a/src/view/shell/desktop/SidebarTrendingTopics.tsx +++ b/src/view/shell/desktop/SidebarTrendingTopics.tsx @@ -55,7 +55,7 @@ function Inner() { shape="round" label={_(msg`Trending options`)} onPress={() => trendingPrompt.open()} - style={[a.bg_transparent]}> + style={[a.bg_transparent, {marginTop: -6, marginRight: -6}]}>