How to use the @artsy/reaction/dist/Assets/Colors.grayDark function in @artsy/reaction

To help you get started, we’ve selected a few @artsy/reaction examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github artsy / positron / src / client / components / rich_text / components / text_nav.jsx View on Github external
getIcon(type) {
    const props = { color: colors.grayDark }

    switch (type) {
      case 'artist': {
        return 
      }
      case 'blockquote': {
        return 
      }
      case 'link': {
        return 
      }
      case 'ordered-list-item': {
        return 
      }
      case 'clear-formatting': {
        return
github artsy / positron / client / components / rich_text / components / text_nav.jsx View on Github external
getIcon (type) {
    const props = { color: colors.grayDark }

    switch (type) {
      case 'artist': {
        return 
      }
      case 'blockquote' : {
        return 
      }
      case 'link': {
        return 
      }
      case 'ordered-list-item': {
        return 
      }
      case 'clear-formatting': {
        return