Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
denniske committed Nov 5, 2024
1 parent 7eab822 commit 3bb7c24
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/src/view/components/build-order/step-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ const useStyles = createStylesheet((theme, darkMode) =>
plusIcon: {
color: theme.textNoteColor,
},
})
} as const)
);
2 changes: 1 addition & 1 deletion app/src/view/components/build-order/step-resource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ const useStyles = createStylesheet((theme, darkMode) =>
width: 24,
height: 24,
},
})
} as const)
);
6 changes: 3 additions & 3 deletions app/src/view/components/navigation-header/icon-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const useStyles = createStylesheet(theme => StyleSheet.create({
fontSize: 18,
fontWeight: '500',
},
}),
} as const),

titleSmall: Platform.select({
ios: {
Expand All @@ -100,7 +100,7 @@ const useStyles = createStylesheet(theme => StyleSheet.create({
fontSize: 18,
fontWeight: '500',
},
}),
} as const),

subtitle: Platform.select({
ios: {
Expand All @@ -122,5 +122,5 @@ const useStyles = createStylesheet(theme => StyleSheet.create({
fontWeight: '500',
color: theme.textNoteColor,
},
})
} as const)
} as const));
2 changes: 1 addition & 1 deletion app/src/view/components/tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ const useStyles = createStylesheet((theme, darkMode) =>
width: 18,
height: 18,
},
})
} as const)
);
2 changes: 1 addition & 1 deletion app/src/view/tech/tech-comp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ const useStyles = createStylesheet((theme, mode) => StyleSheet.create({
paddingLeft: 8,
// backgroundColor: 'red',
},
}));
} as const));
2 changes: 1 addition & 1 deletion app/src/view/tournaments/playoffs/participant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ const useStyles = createStylesheet((theme) =>
participantImage: {
resizeMode: 'contain',
},
})
} as const)
);
2 changes: 1 addition & 1 deletion app/src/view/tournaments/playoffs/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ const useStyles = createStylesheet((theme) =>
flexShrink: 1,
fontSize: 12,
},
})
} as const)
);
2 changes: 1 addition & 1 deletion app/src/view/tournaments/playoffs/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ const useStyles = createStylesheet((theme) =>
gap: 2,
flexShrink: 1,
},
})
} as const)
);
2 changes: 1 addition & 1 deletion app/src/view/tournaments/tournament-participant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ const useStyles = createStylesheet((theme) =>
participantImage: {
resizeMode: 'contain',
},
})
} as const)
);
2 changes: 1 addition & 1 deletion app/src/view/tournaments/tournament-prizes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ const useStyles = createStylesheet((theme) =>
width: 22,
height: 22,
},
})
} as const)
);

0 comments on commit 3bb7c24

Please sign in to comment.