diff --git a/src/components/Themes/PreviewTheme.js b/src/components/Themes/PreviewTheme.js
index ccfaafc..6e2279b 100644
--- a/src/components/Themes/PreviewTheme.js
+++ b/src/components/Themes/PreviewTheme.js
@@ -1,19 +1,18 @@
import React, { useState } from 'react';
const PreviewTheme = ({ config }) => {
- const { bgColor, platform, title, font } = config;
+ const { bgColor, title, font } = config;
const [image, setImage] = useState()
return (
-
+
-
-
{title}
@@ -30,7 +29,6 @@ const PreviewTheme = ({ config }) => {
-
{image ?

@@ -48,13 +46,8 @@ const PreviewTheme = ({ config }) => {
}
-
-
-
-
-
);
}
diff --git a/src/components/Themes/StylishTheme.js b/src/components/Themes/StylishTheme.js
index f61f5e2..56615bf 100644
--- a/src/components/Themes/StylishTheme.js
+++ b/src/components/Themes/StylishTheme.js
@@ -3,7 +3,7 @@ import unsplash from "../../utils/unsplashConfig";
import { ImgContext } from '../../utils/ImgContext';
const StylishTheme = ({ config }) => {
- const { title, author, font, icon, customIcon, platform,bgColor } = config;
+ const { title, author, font, icon, customIcon, bgColor } = config;
// const [image, setImage] = useState({})
@@ -65,14 +65,14 @@ const StylishTheme = ({ config }) => {
return (
-
+
-
-
+
@@ -101,11 +101,11 @@ const StylishTheme = ({ config }) => {
-
-
+
+

-
-
+
+