@@ -34,5 +62,5 @@ class CommentsBox extends React.Component {
);
}
}
-
+
export default CommentsBox;
diff --git a/apps/comments-ui/src/components/ShadowRoot.js b/apps/comments-ui/src/components/ShadowRoot.js
index c8832d26e8..edf5ed2182 100644
--- a/apps/comments-ui/src/components/ShadowRoot.js
+++ b/apps/comments-ui/src/components/ShadowRoot.js
@@ -10,7 +10,7 @@ const ShadowRoot = ({
);
return (
-
+
{head}
{children}
diff --git a/apps/comments-ui/tailwind.config.js b/apps/comments-ui/tailwind.config.js
index e8ff56f68d..27cf3fe7a5 100644
--- a/apps/comments-ui/tailwind.config.js
+++ b/apps/comments-ui/tailwind.config.js
@@ -1,4 +1,5 @@
module.exports = {
+ darkMode: 'class',
theme: {
screens: {
sm: '640px',