Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

242
Visualizações
React: MUI Typography inline spacing

Consider this code snippet:

<Typography className={classes.welcomeMessage} variant="h1">
              A <span className={classes.redText}>smart nation </span> approach
              to <span className={classes.redText}>safety.</span>
</Typography>

Essentially I want to have one sentence, but some of the words in that sentence are of red colour. redText and welcomeMessage contain the same properties except for the fact that the colour is different. However, the text comes up like this:

Asmart nationapproach tosafety.

I presume the span component is messing with the spacing. Is there an easy fix or ideal way of dealing with this?

about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

I tried it by the style and it's working perfectly, there should be some problem with your classes of styles, try this, it will work perfectly.

 <Typography style={{ color: "blue" }} variant="h1">
          A <span style={{ color: "red" }}>smart nation </span> approach to{" "}
          <span style={{ color: "red" }}>safety.</span>
        </Typography>
about 4 years ago · Juan Pablo Isaza Relatório

0

My suggestion is, on Typography you can try to use sx, so the code will like this:

<Typography sx={{ color: "blue" }} variant="h1">
  A <span style={{ color: "red" }}>smart nation </span> approach to{" "}
  <span style={{ color: "red" }}>safety.</span>
</Typography>

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda