fix(striker-ui): change colour of finish edit icon in Servers panel

main
Tsu-ba-me 3 years ago
parent 8632f29db2
commit cef5ae395c
  1. 2
      striker-ui/components/Servers.tsx

@ -238,7 +238,7 @@ const Servers = ({ anvil }: { anvil: AnvilListItem[] }): JSX.Element => {
<AddIcon />
</IconButton>
<IconButton onClick={() => setShowCheckbox(!showCheckbox)}>
{showCheckbox ? <CheckIcon /> : <EditIcon />}
{showCheckbox ? <CheckIcon sx={{ color: BLUE }} /> : <EditIcon />}
</IconButton>
</PanelHeader>
{showCheckbox && (

Loading…
Cancel
Save