Skip to content

Commit 3ee76af

Browse files
committed
style: spotify text smaller
1 parent b920411 commit 3ee76af

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/components/NowPlayingCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export const NowPlayingCard = () => {
3131
? `Listening to ${truncate(lastFM.song.name, 25)}`
3232
: 'Not listening to anything'}
3333
</div>
34-
<p className="text-xs">
35-
<FontAwesomeIcon className="fill-current text-green-600" icon={['fab', 'spotify']} />{' '}
34+
<p className="text-xxs">
35+
<FontAwesomeIcon className="fill-current text-green-500" icon={['fab', 'spotify']} />{' '}
3636
Spotify
3737
</p>
3838
</div>

tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ module.exports = {
8282
screens: {
8383
xs: '481px',
8484
},
85+
fontSize: {
86+
xxs: '0.7rem',
87+
},
8588
},
8689
},
8790
variants: {

0 commit comments

Comments
 (0)