We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b920411 commit 3ee76afCopy full SHA for 3ee76af
2 files changed
src/components/NowPlayingCard.tsx
@@ -31,8 +31,8 @@ export const NowPlayingCard = () => {
31
? `Listening to ${truncate(lastFM.song.name, 25)}`
32
: 'Not listening to anything'}
33
</div>
34
- <p className="text-xs">
35
- <FontAwesomeIcon className="fill-current text-green-600" icon={['fab', 'spotify']} />{' '}
+ <p className="text-xxs">
+ <FontAwesomeIcon className="fill-current text-green-500" icon={['fab', 'spotify']} />{' '}
36
Spotify
37
</p>
38
tailwind.config.js
@@ -82,6 +82,9 @@ module.exports = {
82
screens: {
83
xs: '481px',
84
},
85
+ fontSize: {
86
+ xxs: '0.7rem',
87
+ },
88
89
90
variants: {
0 commit comments