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}]}>