mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 03:11:56 +00:00
Make webide "save" button match the "design"
This commit is contained in:
parent
a6ee39156b
commit
a524651117
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user