Commit b7d0cd0a authored by Muhammadali's avatar Muhammadali

update

parent 562cd777
...@@ -22,16 +22,14 @@ const BxMiniWidjetUi = ({ ...@@ -22,16 +22,14 @@ const BxMiniWidjetUi = ({
color: '#fff', color: '#fff',
}; };
break; break;
case 'connected': case 'connected_free':
return '#a0c13d'; return {
break; backgroundColor: 'green',
case 'connected': };
return '#a0c13d';
break; break;
default: default:
return { return {
backgroundColor: 'gray', backgroundColor: '#a0c13d',
color: '#fff',
}; };
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment