Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

241
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda