diff options
Diffstat (limited to 'templates/write_note_form.php')
| -rw-r--r-- | templates/write_note_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php index 38a9993..9b7c61c 100644 --- a/templates/write_note_form.php +++ b/templates/write_note_form.php @@ -4,6 +4,6 @@ <textarea name="content" id="noteContent" required></textarea> </div> <div class="row"> - <button><?= __('writeNote.action') ?></button> + <button class="primary"><?= __('writeNote.action') ?></button> </div> </form>
\ No newline at end of file |
