diff --git a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx index cfb1300..de0ac3d 100644 --- a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx +++ b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx @@ -11,14 +11,8 @@ const StackItem = styled(Stack)(({ theme }) => ({ export const NoPlanetCard = ({}: {}) => { return ( - - + + ({ ...theme.typography.body2, padding: 0, + margin: "0 !important", textAlign: "left", justifyContent: "center", alignItems: "center", @@ -95,13 +96,12 @@ export const PlanetCard = ({ getPlanet(character, planet).then(setPlanetInfo); }, [planet, character]); return ( - + {extractors.some((e) => { if (!e) return true;