Skip to content

Commit

Permalink
fixed the display bug in result
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehrkej committed Apr 5, 2024
1 parent 3ae4273 commit ded29cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/segments/drill/[id]/submission/result.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Result(props) {
const drillId = useLocalSearchParams()["id"];

return (
<SafeAreaView>
<SafeAreaView style={{ flex: 1 }} edges={["right", "top", "left"]}>
<Appbar.Header statusBarHeight={0} style={{ backgroundColor: "FFF" }}>
<Appbar.Action
icon="close"
Expand Down

0 comments on commit ded29cb

Please sign in to comment.