From dfa1a02514fc624ab64bf0efbac7e28f12880a74 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sun, 17 Nov 2019 20:54:54 +0700 Subject: [PATCH] Add shadow to cover and browser frame --- client/layouts/stepper-input/Cover.jsx | 2 +- client/placeholders/BrowserFrame.jsx | 2 +- client/placeholders/Frame.jsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/layouts/stepper-input/Cover.jsx b/client/layouts/stepper-input/Cover.jsx index 588b144..821ab96 100644 --- a/client/layouts/stepper-input/Cover.jsx +++ b/client/layouts/stepper-input/Cover.jsx @@ -8,7 +8,7 @@ const Cover = () => {
-
-
+
+
diff --git a/client/placeholders/BrowserFrame.jsx b/client/placeholders/BrowserFrame.jsx index 6114202..7eed83b 100644 --- a/client/placeholders/BrowserFrame.jsx +++ b/client/placeholders/BrowserFrame.jsx @@ -5,7 +5,7 @@ const BrowserFrame = ({ content, source }) => { const flip = () => setContentActive(isActive => !isActive); return ( -
+
diff --git a/client/placeholders/Frame.jsx b/client/placeholders/Frame.jsx index fb1d17b..458f569 100644 --- a/client/placeholders/Frame.jsx +++ b/client/placeholders/Frame.jsx @@ -5,6 +5,7 @@ const Frame = ({ children }) => {