Make webide "save" button match the "design"

This commit is contained in:
Kristóf Tóth 2018-02-09 11:43:55 +01:00
parent a6ee39156b
commit a524651117
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@
[(text)]="code"
[(mode)]="language"
[theme]="theme"
class="mb-3 tfw-ace-editor"
class="tfw-ace-editor"
>
</div>
<button (click)="sendCode()" type="submit" class="btn btn-primary">Save</button>
<button (click)="sendCode()" type="submit" class="btn btn-secondary">Save</button>