From 9554caab72e97bc7293209b2e5ac26a52dc26960 Mon Sep 17 00:00:00 2001 From: rutik wankhade Date: Wed, 20 Apr 2022 23:50:19 +0530 Subject: [PATCH] update theme --- src/components/Editor.js | 6 +++--- src/components/RandomTheme.css | 4 ++-- src/components/Themes/OutlineTheme.js | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Editor.js b/src/components/Editor.js index ce6ca23..a471d0d 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -8,14 +8,14 @@ import RandomTheme from './RandomTheme'; const defaultSettings = { title: "How I built my first project with react", - bgColor: "#00ff99", + bgColor: "#dcd6f7", pattern: "", download: "PNG", author: 'Rutik Wankhade', icon: { 'label': 'react', 'value': 'react' }, devIconOptions: {}, font: 'font-sans', - theme: 'basic' + theme: 'modern' }; @@ -52,7 +52,7 @@ class Editor extends React.Component { {/*

🛠 Creating cover images for your blogs is now super easy

*/}
-

Coverview

+

Coverview

diff --git a/src/components/RandomTheme.css b/src/components/RandomTheme.css index 2b68073..c8172db 100644 --- a/src/components/RandomTheme.css +++ b/src/components/RandomTheme.css @@ -5,8 +5,8 @@ } .bi-shuffle{ - height: 25px; - width: 25px; + height: 30px; + width: 30px; opacity: 0.6; } diff --git a/src/components/Themes/OutlineTheme.js b/src/components/Themes/OutlineTheme.js index e5852d5..348a554 100644 --- a/src/components/Themes/OutlineTheme.js +++ b/src/components/Themes/OutlineTheme.js @@ -6,12 +6,12 @@ const OutlineTheme = ({ config }) => {
-
-
+

{title}

@@ -21,7 +21,7 @@ const OutlineTheme = ({ config }) => {
-
+

- {author}