Skip to content

Commit

Permalink
Add divider between library tabs and mangas (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Dec 25, 2023
1 parent 2390361 commit 0615ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const TabsMenu = styled(Tabs)(({ theme }) => ({
width: 'calc(100% - 64px)',
zIndex: 1,
backgroundColor: theme.palette.background.default,
paddingBottom: '13px',
[theme.breakpoints.down('sm')]: {
top: '56px', // header height
width: '100%',
Expand Down Expand Up @@ -146,6 +145,7 @@ export function Library() {
return (
<StyledGridWrapper>
<TabsMenu
sx={{ borderBottom: 2, borderColor: 'divider' }}
value={activeTab.order}
onChange={(e, newTab) => handleTabChange(newTab)}
indicatorColor="primary"
Expand Down

0 comments on commit 0615ef8

Please sign in to comment.