Add padding to browse "inLibrary" indicator
This commit is contained in:
@@ -72,7 +72,10 @@ export const MangaBadges = ({
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{inLibraryIndicator && isInLibrary && (
|
{inLibraryIndicator && isInLibrary && (
|
||||||
<Typography className="source-manga-library-state-indicator" sx={{ backgroundColor: 'primary.dark' }}>
|
<Typography
|
||||||
|
className="source-manga-library-state-indicator"
|
||||||
|
sx={{ backgroundColor: 'primary.dark', p: 0.3 }}
|
||||||
|
>
|
||||||
{t('manga.button.in_library')}
|
{t('manga.button.in_library')}
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user