Skip to content

Commit

Permalink
πŸ’„ drawer λ„ˆλΉ„ ν”½μŠ€ (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Sep 12, 2023
1 parent f88f308 commit c0de861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const MainScreen = () => {
)}
>
<Drawer.Navigator
screenOptions={{ header: Header, drawerType: 'front', drawerStyle: { backgroundColor } }}
screenOptions={{ header: Header, drawerType: 'front', drawerStyle: { backgroundColor, width: 320 } }}
drawerContent={DrawerContent}
>
<Drawer.Screen name="Main" component={FriendTimetable} />
Expand Down

0 comments on commit c0de861

Please sign in to comment.