diff --git a/src/assets/images/theme5.webp b/src/assets/images/theme5.webp new file mode 100644 index 0000000..98a8616 Binary files /dev/null and b/src/assets/images/theme5.webp differ diff --git a/src/components/Editor.js b/src/components/Editor.js index 2222b52..96b08c4 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -11,6 +11,7 @@ import theme1 from '../assets/images/theme1.webp' import theme2 from '../assets/images/theme2.webp' import theme3 from '../assets/images/theme3.webp' import theme4 from '../assets/images/theme4.webp' +import theme5 from '../assets/images/theme5.webp' const defaultSettings = { @@ -79,7 +80,7 @@ class Editor extends React.Component {
- + @@ -250,6 +251,10 @@ class Editor extends React.Component { onClick={(e) => this.setState({ theme: "preview" })} className="opacity-60 cursor-pointer border border-gray-100 hover:border-gray-200 hover:scale-105 duration-300 m-2" /> + basic theme this.setState({ theme: "outline" })} + className="opacity-60 cursor-pointer border border-gray-100 hover:border-gray-200 hover:scale-105 duration-300 m-2" + />
@@ -274,7 +279,7 @@ class Editor extends React.Component { -
+
diff --git a/src/components/Themes/OutlineTheme.js b/src/components/Themes/OutlineTheme.js index 85bd965..6265be1 100644 --- a/src/components/Themes/OutlineTheme.js +++ b/src/components/Themes/OutlineTheme.js @@ -6,29 +6,32 @@ const OutlineTheme = ({ config }) => {
-
-
-

{title}

-
- -
+
{ customIcon ? -
- img +
+ img
:
- +
} -

{author}

+

{title}

+ +
+ +

{author}

+
+ +