diff --git a/src/components/MigrationCard.tsx b/src/components/MigrationCard.tsx index 97b06272..8afea981 100644 --- a/src/components/MigrationCard.tsx +++ b/src/components/MigrationCard.tsx @@ -32,7 +32,7 @@ export const MigrationCard = ({ id, name, lang, iconUrl, mangaCount }: TMigratab display: 'flex', justifyContent: 'space-between', alignItems: 'center', - p: 2, + p: 1.5, }} > @@ -42,7 +42,7 @@ export const MigrationCard = ({ id, name, lang, iconUrl, mangaCount }: TMigratab width: 56, height: 56, flex: '0 0 auto', - mr: 2, + mr: 1, background: 'transparent', }} > @@ -53,8 +53,8 @@ export const MigrationCard = ({ id, name, lang, iconUrl, mangaCount }: TMigratab src={requestManager.getValidImgUrlFor(iconUrl)} /> - - + + {name} @@ -62,7 +62,7 @@ export const MigrationCard = ({ id, name, lang, iconUrl, mangaCount }: TMigratab - +