diff --git a/striker-ui/components/Servers.tsx b/striker-ui/components/Servers.tsx index 3a9b9831..fe106ae1 100644 --- a/striker-ui/components/Servers.tsx +++ b/striker-ui/components/Servers.tsx @@ -13,6 +13,7 @@ import { } from '@material-ui/core'; import EditIcon from '@material-ui/icons/Edit'; import MoreVertIcon from '@material-ui/icons/MoreVert'; +import CheckIcon from '@material-ui/icons/Check'; import { makeStyles } from '@material-ui/core/styles'; import { Panel } from './Panels'; import PeriodicFetch from '../lib/fetchers/periodicFetch'; @@ -25,7 +26,6 @@ import { RED, GREY, BLACK, - PURPLE, } from '../lib/consts/DEFAULT_THEME'; import { AnvilContext } from './AnvilContext'; import serverState from '../lib/consts/SERVERS'; @@ -171,10 +171,10 @@ const Servers = ({ anvil }: { anvil: AnvilListItem[] }): JSX.Element => { setShowCheckbox(!showCheckbox)} > - + {showCheckbox ? : } @@ -186,13 +186,13 @@ const Servers = ({ anvil }: { anvil: AnvilListItem[] }): JSX.Element => { variant="contained" startIcon={} onClick={handleClick} + style={{ textTransform: 'none' }} > Power