mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-18 23:48:43 -05:00
Increased label font size and updated color
This commit is contained in:
@@ -4,8 +4,8 @@ import PropTypes from "prop-types";
|
||||
|
||||
const MonitorDetails60MinChart = ({ data }) => {
|
||||
const labelStyle = {
|
||||
fontSize: "8px",
|
||||
fill: "black",
|
||||
fontSize: "10px",
|
||||
fill: "#475467",
|
||||
};
|
||||
|
||||
const color = {
|
||||
|
||||
Reference in New Issue
Block a user