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

View File

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