Skip to content

Commit

Permalink
Updates the style of "Add a custom compiler" btn
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Dec 23, 2019
1 parent ce7e9cf commit 5eb9409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tabs/compileTab/compilerContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class CompilerContainer {
<div class="col-sm-4">
<div class="d-flex flex-row justify-content-end">
<label class="${css.compilerLabel} input-group-text pr-0 border-0 w-100" for="versionSelector">
<button class="far fa-plus-square border-0 p-0 mx-2 text-dark btn-sm" onclick="${(e) => this.promtCompiler(e)}" title="Add a custom compiler with URL"></button>
<button class="far fa-plus-square border-0 p-0 mx-2 btn-sm" onclick="${(e) => this.promtCompiler(e)}" title="Add a custom compiler with URL"></button>
Compiler
</label>
</div>
Expand Down

0 comments on commit 5eb9409

Please sign in to comment.