styling settings component

This commit is contained in:
balzack 2024-09-22 20:58:16 -07:00
parent d4b8fbc51c
commit 9956b11601
2 changed files with 2 additions and 3 deletions

View File

@ -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',

View File

@ -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 });