Make the buttons round again (#9367)
* make the base button round * some miscalleaneous tweaks
This commit is contained in:
@@ -362,7 +362,7 @@ export function SearchScreenShell({
|
||||
size="large"
|
||||
variant="ghost"
|
||||
color="secondary"
|
||||
style={[a.px_sm]}
|
||||
style={[a.px_sm, a.rounded_sm]}
|
||||
onPress={onPressCancelSearch}
|
||||
hitSlop={HITSLOP_10}>
|
||||
<ButtonText>
|
||||
|
||||
Reference in New Issue
Block a user