Skip to content
Snippets Groups Projects
Commit 6a997a2c authored by William Enright's avatar William Enright Committed by Larbi Gharib
Browse files

Fixed device revocation tooltip + edit button color

Change-Id: Ie3fc9ef2e83d843a59ada34aa0404c81dfa20c83
parent a6e388db
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
......@@ -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 }}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment