Skip to content

Commit

Permalink
Increased label font size and updated color
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcj2 committed Aug 14, 2024
1 parent 02708cd commit 008161e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import PropTypes from "prop-types";

const MonitorDetails60MinChart = ({ data }) => {
const labelStyle = {
fontSize: "8px",
fill: "black",
fontSize: "10px",
fill: "#475467",
};

const color = {
Expand Down

0 comments on commit 008161e

Please sign in to comment.