Offset the dismiss buttons
This commit is contained in:
committed by
Samuel Newman
parent
a8fd0521e2
commit
7cc7fe5aea
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user