Add padding to browse "inLibrary" indicator

This commit is contained in:
schroda
2024-09-04 18:03:59 +02:00
parent d1d37c8516
commit 2f715a1974

View File

@@ -72,7 +72,10 @@ export const MangaBadges = ({
</Button>
)}
{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')}
</Typography>
)}