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