From d01453b13835ee7b3ad6b1a0c13f41a9e8c994e5 Mon Sep 17 00:00:00 2001 From: Mohit Maroliya Date: Mon, 11 Jul 2022 16:56:03 +0530 Subject: [PATCH] Fixing the issue of color palette background --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index bfa874c..fc0f35e 100644 --- a/src/App.js +++ b/src/App.js @@ -362,7 +362,7 @@ class App extends Component { } {!this.state.codeView ? 'VIEW CODE': 'PREVIEW'} -
+
{this.themeListRenderer()}
{this.viewModeRenderer()}