From 771fd15f2763cad266148572e5144d65887b3894 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 5 Jul 2022 16:05:17 +0200 Subject: [PATCH] Applied dark mode to form --- apps/comments-ui/src/components/Form.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/comments-ui/src/components/Form.js b/apps/comments-ui/src/components/Form.js index e02f876c32..de36c53877 100644 --- a/apps/comments-ui/src/components/Form.js +++ b/apps/comments-ui/src/components/Form.js @@ -63,7 +63,7 @@ class Form extends React.Component { render() { return (
-
+
{this.context.member ? Avatar : @@ -71,8 +71,8 @@ class Form extends React.Component { }
-