Offset the dismiss buttons

This commit is contained in:
Alex Benzer
2025-12-31 15:11:30 -08:00
committed by Samuel Newman
parent a8fd0521e2
commit 7cc7fe5aea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export function ProgressGuideList({style}: {style?: StyleProp<ViewStyle>}) {
shape="round"
label={_(msg`Dismiss getting started guide`)}
onPress={endProgressGuide}
style={[a.bg_transparent]}>
style={[a.bg_transparent, {marginTop: -6, marginRight: -6}]}>
<ButtonIcon icon={Times} size="xs" />
</Button>
</View>
@@ -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}]}>
<ButtonIcon icon={Ellipsis} size="xs" />
</Button>
</View>