Skip to content

Commit 0261abc

Browse files
committed
fix: index message color to white
1 parent 3c665ed commit 0261abc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/hero/HeroDesktop.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const LoggedView = (user: UserProps) => {
250250

251251
const ProgressMessage = (props: any) => (
252252
<div style={{ maxWidth: 400 }}>
253-
<Typography align="left" component="p">
253+
<Typography align="left" component="p" color="textPrimary">
254254
{" "}
255255
Você tem <b> {props.opened} pull requests enviados</b> e{" "}
256256
<b>{props.merged} aceito(s) </b>{" "}
@@ -260,7 +260,7 @@ const ProgressMessage = (props: any) => (
260260

261261
const ConfirmMessage = () => (
262262
<div style={{ maxWidth: 430 }}>
263-
<Typography align="left" component="p">
263+
<Typography align="left" component="p" color="textPrimary">
264264
{" "}
265265
<b>Parabéns!</b> Você concluiu o desafio Hacktoberfest. Confirme o
266266
endereço de envio no minha área.{" "}
@@ -270,7 +270,7 @@ const ConfirmMessage = () => (
270270

271271
const CongratsMessage = () => (
272272
<div style={{ maxWidth: 430 }}>
273-
<Typography align="left" component="p">
273+
<Typography align="left" component="p" color="textPrimary">
274274
{" "}
275275
<b>Parabéns!</b> Você concluiu o desafio Hacktoberfest.{" "}
276276
<b>Agora é só esperar sua camiseta chegar</b>{" "}

0 commit comments

Comments
 (0)