From 0c3c2521652ef1e1ff2d9e2b97968229fbd7961e Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 26 Apr 2023 15:10:43 +0200 Subject: [PATCH] change(player): change styles for buttons --- .../Player/Controls/components/PlayerControls.tsx | 4 ++-- .../Player/Controls/components/PlayingTime.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx index 09c98bd58..60827520b 100644 --- a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx @@ -82,9 +82,9 @@ function PlayerControls(props: Props) {
-
+
+
{/* @ts-ignore */} diff --git a/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx b/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx index ca05f9c77..0faca98b8 100644 --- a/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx @@ -18,11 +18,11 @@ function PlayingTime({ isUniTime, setIsUniTime, startedAt }: Props) { className="cursor-pointer select-none" distance={20} render={({close}) => ( -
-
Playback Time Mode
+
+
Playback Time Mode
-
Current / Session Duration
-
{ +
Current / Session Duration
+
{ setIsUniTime(false); close(); }}> @@ -35,8 +35,8 @@ function PlayingTime({ isUniTime, setIsUniTime, startedAt }: Props) { setIsUniTime(true); close(); }}> -
Based on your settings
-
+
Based on your settings
+
)}