Skip to content

Commit

Permalink
app: Fix title class
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 19, 2020
1 parent cf3840e commit 6d05336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlay/overlays/nowPlaying/ThemeModern.tsx
Expand Up @@ -108,7 +108,7 @@ const Title = styled(Text)`

Title.defaultProps = {
...Text.defaultProps,
className: 'metadata-tile',
className: 'metadata-title',
};

const Artist = styled(Text)`
Expand Down

0 comments on commit 6d05336

Please sign in to comment.