From b6d255a367516bcb991987acac924b8130dc88f8 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 25 Aug 2022 03:14:36 -0400 Subject: [PATCH] quick fix --- app/views/comment/components/composer.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/comment/components/composer.pug b/app/views/comment/components/composer.pug index d55e0b3..554f9ff 100644 --- a/app/views/comment/components/composer.pug +++ b/app/views/comment/components/composer.pug @@ -46,7 +46,7 @@ mixin renderCommentComposer (formId, options = { }) if options.showCancel .uk-width-auto - button(type="submit").uk-button.dtp-button-secondary Cancel + button(type="submit").uk-button.uk-button-secondary.uk-border-rounded Cancel .uk-width-auto - button(type="submit").uk-button.dtp-button-primary Post \ No newline at end of file + button(type="submit").uk-button.uk-button-primary.uk-border-rounded Post \ No newline at end of file