Skip to content

Commit

Permalink
added margin to the left and right of the segmented buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankreedX committed Apr 10, 2024
1 parent 9fbdd80 commit f6a6f7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/content/drill/[id]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ export default function Index() {
}
/>
</Appbar.Header>

{/* Tab system */}

<SegmentedButtons
value={value}
onValueChange={setValue}
style={{ marginLeft: 10, marginRight: 10 }}
buttons={[
{
value: "description",
Expand All @@ -97,7 +96,6 @@ export default function Index() {
},
]}
/>

{tabComponent()}
</SafeAreaView>
</PaperProvider>
Expand Down

0 comments on commit f6a6f7d

Please sign in to comment.