Skip to content

Commit

Permalink
Minor ui update (#13)
Browse files Browse the repository at this point in the history
* Some clean up, added Spotify icon for offline/loading state

* Minor clean up in Mobile view
  • Loading branch information
mariatorrentedev authored Apr 18, 2024
1 parent 8c60927 commit 845994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpotifyNowPlaying.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const StyledTypography = styled(Typography)(({ theme }) => ({

function SpotifyMessage({ message }: { message: string }) {
return (
<Stack flexDirection="row" alignItems="center">
<Stack flexDirection="row" alignItems={["baseline", "center"]}>
<Icon sx={{ marginTop: [0, 1], marginRight: 1 }}>
<img src={SpotifyIcon} alt="Spotify" />
</Icon>
Expand Down

0 comments on commit 845994e

Please sign in to comment.