Commit dc18feae authored by tom's avatar tom

more social colors

parent 919f6dec
......@@ -56,6 +56,10 @@ const colors = {
discord: '#9747FF',
slack: '#1BA27A',
twitter: '#63B3ED',
opensea: '#2081E2',
facebook: '#4460A0',
medium: '#231F20',
reddit: '#FF4500',
};
export default colors;
......@@ -30,10 +30,10 @@ const SETTINGS: Record<keyof SocialLinkFields, Item> = {
discord: { label: 'Discord', icon: iconDiscord, color: 'discord' },
slack: { label: 'Slack', icon: iconSlack, color: 'slack' },
twitter: { label: 'Twitter', icon: iconTwitter, color: 'twitter' },
opensea: { label: 'OpenSea', icon: iconOpenSea, color: 'orange' },
facebook: { label: 'Facebook', icon: iconFacebook, color: 'orange' },
medium: { label: 'Medium', icon: iconMedium, color: 'orange' },
reddit: { label: 'Reddit', icon: iconReddit, color: 'orange' },
opensea: { label: 'OpenSea', icon: iconOpenSea, color: 'opensea' },
facebook: { label: 'Facebook', icon: iconFacebook, color: 'facebook' },
medium: { label: 'Medium', icon: iconMedium, color: 'inherit' },
reddit: { label: 'Reddit', icon: iconReddit, color: 'reddit' },
};
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