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"
|
shape="round"
|
||||||
label={_(msg`Dismiss getting started guide`)}
|
label={_(msg`Dismiss getting started guide`)}
|
||||||
onPress={endProgressGuide}
|
onPress={endProgressGuide}
|
||||||
style={[a.bg_transparent]}>
|
style={[a.bg_transparent, {marginTop: -6, marginRight: -6}]}>
|
||||||
<ButtonIcon icon={Times} size="xs" />
|
<ButtonIcon icon={Times} size="xs" />
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ function Inner() {
|
|||||||
shape="round"
|
shape="round"
|
||||||
label={_(msg`Trending options`)}
|
label={_(msg`Trending options`)}
|
||||||
onPress={() => trendingPrompt.open()}
|
onPress={() => trendingPrompt.open()}
|
||||||
style={[a.bg_transparent]}>
|
style={[a.bg_transparent, {marginTop: -6, marginRight: -6}]}>
|
||||||
<ButtonIcon icon={Ellipsis} size="xs" />
|
<ButtonIcon icon={Ellipsis} size="xs" />
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user