diff --git a/src/assets/icon/icon.tsx b/src/assets/icon/icon.tsx index 2b70a08..5fbaba4 100644 --- a/src/assets/icon/icon.tsx +++ b/src/assets/icon/icon.tsx @@ -17,7 +17,7 @@ const X = () => ( > @@ -63,7 +63,7 @@ const PencilAlt = () => ( > @@ -86,7 +86,7 @@ const Refresh = () => ( > diff --git a/src/components/Contro.css b/src/components/Contro.css index 8b68c55..77c8f68 100644 --- a/src/components/Contro.css +++ b/src/components/Contro.css @@ -56,6 +56,18 @@ padding: 4px; } +.icon-p svg { + color: #85899E; +} + .Contro-cont span.anticon:hover { background: #F0F1F3; -} \ No newline at end of file +} + +.grey-icon svg { + color: #85899E; +} + +.icon-active:active svg { + color: #F28B44; +} diff --git a/src/components/Contro.tsx b/src/components/Contro.tsx index 57a5c04..8599a4d 100644 --- a/src/components/Contro.tsx +++ b/src/components/Contro.tsx @@ -98,7 +98,7 @@ export const Contro: React.FC = () => { />
{ setIsEdit(false); }} @@ -132,7 +132,7 @@ export const Contro: React.FC = () => {
{ setIsEdit(true); setEnginePortTemp(enginePort); @@ -148,6 +148,7 @@ export const Contro: React.FC = () => { {failConnected && ( { if (enginePort) { wsc.connect(Number(enginePort));