From ce546bcfa325cf6bf28a81243338d944948ab053 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 25 Mar 2025 18:36:27 +0100 Subject: [PATCH] fix(ui): adjust CirclePlay icon spacing in player controls Add marginLeft style property to eliminate unwanted spacing between the text and icon in the "Play Full Session" button, improving the visual alignment and consistency of the player controls. --- .../components/Session/Player/ClipPlayer/ClipPlayerControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session/Player/ClipPlayer/ClipPlayerControls.tsx b/frontend/app/components/Session/Player/ClipPlayer/ClipPlayerControls.tsx index 8f0b0eef5..6d2dc0f82 100644 --- a/frontend/app/components/Session/Player/ClipPlayer/ClipPlayerControls.tsx +++ b/frontend/app/components/Session/Player/ClipPlayer/ClipPlayerControls.tsx @@ -48,7 +48,7 @@ function ClipPlayerControls({ );