Commit dc18feae authored by tom's avatar tom

more social colors

parent 919f6dec
...@@ -56,6 +56,10 @@ const colors = { ...@@ -56,6 +56,10 @@ const colors = {
discord: '#9747FF', discord: '#9747FF',
slack: '#1BA27A', slack: '#1BA27A',
twitter: '#63B3ED', twitter: '#63B3ED',
opensea: '#2081E2',
facebook: '#4460A0',
medium: '#231F20',
reddit: '#FF4500',
}; };
export default colors; export default colors;
...@@ -30,10 +30,10 @@ const SETTINGS: Record<keyof SocialLinkFields, Item> = { ...@@ -30,10 +30,10 @@ const SETTINGS: Record<keyof SocialLinkFields, Item> = {
discord: { label: 'Discord', icon: iconDiscord, color: 'discord' }, discord: { label: 'Discord', icon: iconDiscord, color: 'discord' },
slack: { label: 'Slack', icon: iconSlack, color: 'slack' }, slack: { label: 'Slack', icon: iconSlack, color: 'slack' },
twitter: { label: 'Twitter', icon: iconTwitter, color: 'twitter' }, twitter: { label: 'Twitter', icon: iconTwitter, color: 'twitter' },
opensea: { label: 'OpenSea', icon: iconOpenSea, color: 'orange' }, opensea: { label: 'OpenSea', icon: iconOpenSea, color: 'opensea' },
facebook: { label: 'Facebook', icon: iconFacebook, color: 'orange' }, facebook: { label: 'Facebook', icon: iconFacebook, color: 'facebook' },
medium: { label: 'Medium', icon: iconMedium, color: 'orange' }, medium: { label: 'Medium', icon: iconMedium, color: 'inherit' },
reddit: { label: 'Reddit', icon: iconReddit, color: 'orange' }, reddit: { label: 'Reddit', icon: iconReddit, color: 'reddit' },
}; };
interface Props { interface Props {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment