diff --git a/src/components/player/atoms/Settings.tsx b/src/components/player/atoms/Settings.tsx index 22a690a1..63e132f2 100644 --- a/src/components/player/atoms/Settings.tsx +++ b/src/components/player/atoms/Settings.tsx @@ -41,10 +41,10 @@ function SettingsOverlay({ id }: { id: string }) { return ( - + - + diff --git a/src/components/player/internals/ContextMenu/Cards.tsx b/src/components/player/internals/ContextMenu/Cards.tsx index c650967e..91f241fb 100644 --- a/src/components/player/internals/ContextMenu/Cards.tsx +++ b/src/components/player/internals/ContextMenu/Cards.tsx @@ -1,7 +1,7 @@ export function Card(props: { children: React.ReactNode }) { return (
-
+
{props.children}