Commit e59db11d authored by LianaHus's avatar LianaHus

color of info icons on compile tab

parent db61fbcd
...@@ -64,7 +64,7 @@ class SettingsUI { ...@@ -64,7 +64,7 @@ class SettingsUI {
value="web3" name="executionContext"> Web3 Provider value="web3" name="executionContext"> Web3 Provider
</option> </option>
</select> </select>
<a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md" target="_blank"><i class="${css.icon} fa fa-info"></i></a> <a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md" target="_blank"><i class="${css.infoDeployAction} fa fa-info"></i></a>
</div> </div>
</div> </div>
` `
......
...@@ -224,7 +224,7 @@ var css = csjs` ...@@ -224,7 +224,7 @@ var css = csjs`
.infoDeployAction { .infoDeployAction {
margin-left: 5px; margin-left: 5px;
font-size: 13px; font-size: 13px;
color: var(--danger); color: var(--info);
} }
.gasNval { .gasNval {
transform: scale(0.7); transform: scale(0.7);
......
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