mirror of
https://github.com/balzack/databag.git
synced 2025-04-24 10:35:23 +00:00
styling settings component
This commit is contained in:
parent
d4b8fbc51c
commit
9956b11601
@ -171,7 +171,7 @@ export const styles = StyleSheet.create({
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
paddingLeft: 32,
|
||||
paddingRight: 8,
|
||||
paddingRight: 32,
|
||||
},
|
||||
icon: {
|
||||
flexShrink: 0,
|
||||
@ -193,6 +193,7 @@ export const styles = StyleSheet.create({
|
||||
flexGrow: 1,
|
||||
},
|
||||
control: {
|
||||
flexShrink: 1,
|
||||
flexGrow: 1,
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
|
@ -15,8 +15,6 @@ export function Settings() {
|
||||
const [savingRegistry, setSavingRegistry] = useState(false);
|
||||
const [savingNotifications, setSavingNotifications] = useState(false);
|
||||
|
||||
console.log("PREF: ", state.fullDayTime, state.monthFirstDate);
|
||||
|
||||
const selectImage = async () => {
|
||||
try {
|
||||
const img = await ImagePicker.openPicker({ mediaType: 'photo', width: 256, height: 256, cropping: true, cropperCircleOverlay: true, includeBase64: true });
|
||||
|
Loading…
x
Reference in New Issue
Block a user