Match close (X) button size for Getting Started and Trending in desktop sidebar

This commit is contained in:
Alex Benzer
2025-12-27 09:45:50 -08:00
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>