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 */ 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') {