Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
input: {
background: c.white,
backgroundFocus: c.white,
border: c.grey[30],
focusBorder: c.white,
focusBoxShadow: c.purple[60],
icon: c.grey[50],
iconFocus: c.grey[60],
placeholder: c.text.placeholder,
},
// new tokens
card: {
background: c.white,
color: c.grey[50],
header: c.black,
starterLabelBackground: c.teal[5],
starterLabelText: c.teal[70],
pluginLabelBackground: c.orange[5],
pluginLabelText: c.orange[90],
},
modal: {
background: c.white,
overlayBackground: hex2rgba(c.white, 0.95),
},
navigation: {
background: hex2rgba(c.white, 0.985),
linkDefault: c.grey[70],
linkActive: c.purple[50],
linkHover: c.gatsby,
socialLink: c.grey[40],
},