diff --git a/jams-react-client/src/assets/jss/material-dashboard-react/components/devicesStyle.js b/jams-react-client/src/assets/jss/material-dashboard-react/components/devicesStyle.js index 58a5e9c0200046a0d06e7590bb1eaf5368a0b2e0..a5699e82557e6fee09bdecc13482c1fb2f40996f 100644 --- a/jams-react-client/src/assets/jss/material-dashboard-react/components/devicesStyle.js +++ b/jams-react-client/src/assets/jss/material-dashboard-react/components/devicesStyle.js @@ -2,7 +2,8 @@ import { defaultFont, primaryColor, dangerColor, - grayColor + grayColor, + infoColor } from "assets/jss/material-dashboard-react.js"; import tooltipStyle from "assets/jss/material-dashboard-react/tooltipStyle.js"; import checkboxAdnRadioStyle from "assets/jss/material-dashboard-react/checkboxAdnRadioStyle.js"; @@ -45,7 +46,7 @@ const tasksStyle = { }, edit: { backgroundColor: "transparent", - color: primaryColor[0], + color: infoColor[0], boxShadow: "none" }, close: { diff --git a/jams-react-client/src/components/Devices/Devices.js b/jams-react-client/src/components/Devices/Devices.js index 7eb82d483a881356025478cbdfa1e7da010a838e..4a099a92e0b992f9c9317c5e2d062a5523c76ee3 100755 --- a/jams-react-client/src/components/Devices/Devices.js +++ b/jams-react-client/src/components/Devices/Devices.js @@ -206,7 +206,7 @@ export default function Devices(props) { </Tooltip> <Tooltip id="tooltip-top-start" - title="Desactivate Device" + title="Revoke Device" placement="top" classes={{ tooltip: classes.tooltip }} >