From 70dcf2162ff9c7bb6d78db6f6a2e27f961b6775b Mon Sep 17 00:00:00 2001 From: Samantha Hankins Date: Mon, 31 Jul 2017 10:52:26 -0400 Subject: [PATCH 1/2] create uniformity on tag label styling --- client/coral-embed-stream/style/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 055107b33..802cd2e5b 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -257,6 +257,8 @@ body { margin: 0px 5px; padding: 5px 5px; border-radius: 2px; + font-size: 12px; + font-weight: bold; } /* Comment Action Styles */ From 62a559b6fc4d5cdc1eb0a65512d6072f524016a5 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 1 Aug 2017 00:37:18 +0700 Subject: [PATCH 2/2] "Don't agree" is not a flag action --- client/talk-plugin-flags/components/FlagButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/talk-plugin-flags/components/FlagButton.js b/client/talk-plugin-flags/components/FlagButton.js index 6b7e3cc56..85ceed0ea 100644 --- a/client/talk-plugin-flags/components/FlagButton.js +++ b/client/talk-plugin-flags/components/FlagButton.js @@ -91,7 +91,7 @@ export default class FlagButton extends Component { reason: null, message }; - if (reason === 'I don\'t agree with this comment') { + if (reason === 'COMMENT_NOAGREE') { postDontAgree(action) .then(({data}) => { if (itemType === 'COMMENTS') {