Match close (X) button size for Getting Started and Trending in desktop sidebar
This commit is contained in:
committed by
Samuel Newman
parent
2c200a81ba
commit
593f5c4e8e
@@ -65,7 +65,7 @@ function Inner() {
|
|||||||
color="secondary"
|
color="secondary"
|
||||||
shape="round"
|
shape="round"
|
||||||
onPress={() => trendingPrompt.open()}>
|
onPress={() => trendingPrompt.open()}>
|
||||||
<ButtonIcon icon={X} />
|
<ButtonIcon icon={X} size="sm" />
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user