@@ -775,7 +775,8 @@ const MapScreen: React.FC<MapScreenProps> = ({ navigation }) => {
styles.searchContainer,
styles.cornerButton,
styles.topLeftButton,
- animatedStyle
+ animatedStyle,
+ { padding: 5 }
]}
>
{isExpanded ? (
@@ -82,8 +82,7 @@ export const styles = StyleSheet.create({
searchContainer: {
flexDirection: 'row',
alignItems: 'center',
- overflow: 'hidden',
- padding: 5
+ overflow: 'hidden'
},
iconButton: {
padding: 10