feat: mobile app package (#1075)
This commit is contained in:
7
packages/mobile/src/Components/SearchBar.styled.ts
Normal file
7
packages/mobile/src/Components/SearchBar.styled.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { StyleSheet } from 'react-native'
|
||||
|
||||
export const searchBarStyles = StyleSheet.create({
|
||||
androidSearch: {
|
||||
height: 30,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user