Update layout for smaller phones
This commit is contained in:
parent
4b2d3b8b32
commit
586fd54aed
2 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ export default function HomeScreen() {
|
|||
nextComponent={
|
||||
<ThemedIcon size={28} name="chevron-forward"/>
|
||||
}
|
||||
weekdays={[ "Zo", "Ma", "Di", "Woe", "Do", "Vrij", "Zat" ]}
|
||||
weekdays={[ "Ma", "Di", "Woe", "Do", "Vrij", "Zat", "Zo" ]}
|
||||
months={[
|
||||
"Januari",
|
||||
"Februari",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue