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