-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(profile/socials): update styles
- Loading branch information
Showing
17 changed files
with
152 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
const colors = { | ||
instagram: '225 48 108', | ||
x: 'var(--text-tertiary)', | ||
twitter: '29 161 242', | ||
tiktok: '255 0 80', | ||
facebook: '66 103 178', | ||
steam: 'var(--text-tertiary)', | ||
github: '110 84 148', | ||
twitch: '145 70 255', | ||
youtube: '255 0 0', | ||
telegram: '36 161 222', | ||
custom: '150 150 150', | ||
unknown: 'var(--text-tertiary)' | ||
}; | ||
|
||
export default colors; |
Oops, something went wrong.