Skip to content

Commit

Permalink
Alterar da cor de confirmação de leitura
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored May 19, 2022
1 parent 05dbcb2 commit fd34098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/MessagesList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { isSameDay, parseISO, format } from "date-fns";
import openSocket from "../../services/socket-io";
import clsx from "clsx";

import { green } from "@material-ui/core/colors";
import { blue } from "@material-ui/core/colors";
import {
Button,
CircularProgress,
Expand Down Expand Up @@ -54,7 +54,7 @@ const useStyles = makeStyles((theme) => ({
},

circleLoading: {
color: green[500],
color: blue[500],
position: "absolute",
opacity: "70%",
top: 0,
Expand Down Expand Up @@ -245,7 +245,7 @@ const useStyles = makeStyles((theme) => ({
},

ackDoneAllIcon: {
color: green[500],
color: blue[500],
fontSize: 18,
verticalAlign: "middle",
marginLeft: 4,
Expand Down

1 comment on commit fd34098

@rtenorioh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Para ver a peleta de cor completa que pode estar usando acesse Cor - Material-UI.

Please sign in to comment.