Skip to content

Commit

Permalink
Fix send button style in OC.Email (#14804)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Dec 1, 2023
1 parent 9267669 commit c179620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
</div>
</div>
<div class="mb-3">
<button type="submit" id="emailtestsend" class="button grey">@T["Send"]</button>
<button type="submit" id="emailtestsend" class="btn btn-primary">@T["Send"]</button>
</div>
</form>

0 comments on commit c179620

Please sign in to comment.