Skip to content

Commit

Permalink
restore padding for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sickelap committed Dec 4, 2024
1 parent 37c204b commit fd5d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/facedashboard/TabComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function TabComponent({ width, fetchingLabeledFacesList, fetchingInferred
const { t } = useTranslation();

return (
<Group justify="apart" mt={30}>
<Group justify="apart">
<Tabs defaultValue={activeTab} style={{ width }} onChange={changeTab}>
<Tabs.List>
<FacesCountersHoverCard tab={FacesTab.enum.inferred}>
Expand Down

0 comments on commit fd5d826

Please sign in to comment.