Add divider between library tabs and mangas (#514)
This commit is contained in:
@@ -42,7 +42,6 @@ const TabsMenu = styled(Tabs)(({ theme }) => ({
|
|||||||
width: 'calc(100% - 64px)',
|
width: 'calc(100% - 64px)',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
paddingBottom: '13px',
|
|
||||||
[theme.breakpoints.down('sm')]: {
|
[theme.breakpoints.down('sm')]: {
|
||||||
top: '56px', // header height
|
top: '56px', // header height
|
||||||
width: '100%',
|
width: '100%',
|
||||||
@@ -146,6 +145,7 @@ export function Library() {
|
|||||||
return (
|
return (
|
||||||
<StyledGridWrapper>
|
<StyledGridWrapper>
|
||||||
<TabsMenu
|
<TabsMenu
|
||||||
|
sx={{ borderBottom: 2, borderColor: 'divider' }}
|
||||||
value={activeTab.order}
|
value={activeTab.order}
|
||||||
onChange={(e, newTab) => handleTabChange(newTab)}
|
onChange={(e, newTab) => handleTabChange(newTab)}
|
||||||
indicatorColor="primary"
|
indicatorColor="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user