Skip to content
Snippets Groups Projects
Commit 1403fde6 authored by Lujain Abou Assali's avatar Lujain Abou Assali
Browse files

edit the spellcheck button

parent 071114fd
Branches
Tags
No related merge requests found
......@@ -89,10 +89,10 @@
<mat-divider></mat-divider>
</ars-row>
<ars-row ars-flex-box>
<ars-fill>
</ars-fill>
<ars-col>
<button (click)="grammarCheck(commentBody)">{{ 'comment-page.grammar-check' | translate}}</button>
<button class="mat-flat-button spell-button" (click)="grammarCheck(commentBody)">{{ 'comment-page.grammar-check' | translate}}</button>
</ars-col>
<ars-col>
<app-dialog-action-buttons
buttonsLabelSection="comment-page"
confirmButtonLabel="send"
......
......@@ -26,6 +26,11 @@ app-comment-list {
outline: none;
}
}
.spell-button{
background-color: var(--primary);
color: var(--on-primary);
margin-top: 1rem;
}
.send {
color: var(--on-primary);
......
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