-
-
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 (#158)
* style(profile/verified-badge): update styles * feat(profile/socials): update styles
- Loading branch information
Showing
18 changed files
with
153 additions
and
217 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
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.