From 4f296a614d4d0628efa53ac3df0194570674dfa0 Mon Sep 17 00:00:00 2001 From: Maurice Renck Date: Fri, 19 Feb 2021 13:17:51 +0100 Subject: [PATCH] chore: classnames --- config/options.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/options.php b/config/options.php index 3888030..60985ee 100644 --- a/config/options.php +++ b/config/options.php @@ -24,4 +24,7 @@ 'komment-icon-mention' => '♻️', 'komment-icon-verified' => '✅', 'replyClassNames' => '', + 'form.submit.classNames' => 'button button-tiny button-primary', + 'form.twitter.classNames' => '', + 'form.mastodon.classNames' => '', ];