2022-12-07 03:11:25 +00:00
|
|
|
import { StyleSheet } from 'react-native';
|
|
|
|
|
|
|
|
export default StyleSheet.create({
|
|
|
|
editAvatarButton: {
|
2022-12-20 16:40:53 +00:00
|
|
|
marginTop: 16,
|
2022-12-07 03:11:25 +00:00
|
|
|
paddingVertical: 8,
|
2022-12-15 13:37:30 +00:00
|
|
|
paddingHorizontal: 12,
|
|
|
|
marginBottom: 0
|
2022-12-07 03:11:25 +00:00
|
|
|
}
|
|
|
|
});
|