diff --git a/src/components/back-button/BackButton.tsx b/src/components/back-button/BackButton.tsx index 036a28c..42b6da4 100644 --- a/src/components/back-button/BackButton.tsx +++ b/src/components/back-button/BackButton.tsx @@ -9,7 +9,7 @@ export const BackButton = ({ content }: BackButtonProps) => { const navigate = useNavigate(); return ( -
navigate(-1)}> +
navigate(-1)}>

{content}

diff --git a/src/components/fab/Fab.tsx b/src/components/fab/Fab.tsx index 83bcc4d..b2fbd87 100644 --- a/src/components/fab/Fab.tsx +++ b/src/components/fab/Fab.tsx @@ -8,7 +8,7 @@ interface FabProps { export const Fab = ({ onClick, children }: FabProps) => { return (
{children} diff --git a/src/components/list-items/PlaylistItem.tsx b/src/components/list-items/PlaylistItem.tsx index 114cfb1..09cff8e 100644 --- a/src/components/list-items/PlaylistItem.tsx +++ b/src/components/list-items/PlaylistItem.tsx @@ -6,9 +6,9 @@ interface PlaylistItemProps { export const PlaylistItem = ({ title, owner, coverUrl }: PlaylistItemProps) => { return ( -
+
{`Cover { return ( -
+
{ const iconSize = 26; return ( -