Skip to content

Commit 076b553

Browse files
fix: update Twitter and GitHub icon colors to fit light theme (#102)
* fix: update Twitter and GitHub icon colors to fix light theme * fix: update Twitter and GitHub icon colors to fix light theme
1 parent 713c447 commit 076b553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ const integrationPills = [
2828
{ name: 'Spotify', icon: siIcon(siSpotify), color: '#1DB954' },
2929
{ name: 'Hue', icon: siIcon(siPhilipshue), color: '#0065D3' },
3030
{ name: 'Obsidian', icon: siIcon(siObsidian), color: '#7C3AED' },
31-
{ name: 'Twitter', icon: siIcon(siX), color: '#FFFFFF' },
31+
{ name: 'Twitter', icon: siIcon(siX), color: 'var(--text-primary)' },
3232
{ name: 'Browser', icon: siIcon(siGooglechrome), color: '#4285F4' },
3333
{ name: 'Gmail', icon: siIcon(siGmail), color: '#EA4335' },
34-
{ name: 'GitHub', icon: siIcon(siGithub), color: '#FFFFFF' },
34+
{ name: 'GitHub', icon: siIcon(siGithub), color: 'var(--text-primary)' },
3535
];
3636
3737
// Split top 30 into two rows for carousel

0 commit comments

Comments
 (0)