Update create.blade.php

This commit is contained in:
Thomas G 2022-10-15 09:29:28 +11:00
parent 62f1a7fcc3
commit c093fcb988
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<h1 id="usernameframe">New Message</h1>
<div>
<button class="greybutton" type="button" onClick="document.getElementById('message').value = ''" style="margin-top:3px;margin-bottom:3px">Clear Message</button>
<button class="redbutton" type="reset"><a href="{{ route('inbox') }}" style="font-weight:normal">Cancel</a></button>
<button class="redbutton" type="reset"><a href="{{ route('inbox') }}" style="color: white; font-weight:normal">Cancel</a></button>
</div>
</div>
<br>