From a4ae9496a3fdcde323e33b6cedfd84f6678b5495 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Mon, 16 Dec 2024 12:52:18 +0000 Subject: [PATCH] style(weather): preview background --- src/components/Layout/Settings/Hero/Hero.jsx | 4 ++- src/features/time/options/ClockPreview.jsx | 38 ++++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/Layout/Settings/Hero/Hero.jsx b/src/components/Layout/Settings/Hero/Hero.jsx index f29698ae..03ba0b49 100644 --- a/src/components/Layout/Settings/Hero/Hero.jsx +++ b/src/components/Layout/Settings/Hero/Hero.jsx @@ -11,7 +11,9 @@ const Preview = (props) => {

Preview

- {props.children} +
+ {props.children} +
); diff --git a/src/features/time/options/ClockPreview.jsx b/src/features/time/options/ClockPreview.jsx index ccb45566..b8a0b8eb 100644 --- a/src/features/time/options/ClockPreview.jsx +++ b/src/features/time/options/ClockPreview.jsx @@ -8,26 +8,24 @@ const ClockPreview = ({ zoomLevel = 100 }) => { previewTime.setHours(10, 10, 30); return ( -
- - - - - -
+ + + + + ); };