File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments