How to use the gatsby-theme-apollo-core/src/utils/colors.colors.text1 function in gatsby-theme-apollo-core

To help you get started, we’ve selected a few gatsby-theme-apollo-core 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 SparebankenVest / azure-key-vault-to-kubernetes / docs / src / gatsby-theme-apollo-docs / components / social-card.js View on Github external
verticalAlign: '0.05em'
              }}
            />{' '}
            {props.category}
          
        )}
      
      
        {props.title.replace(/\s+(\S*)$/, '\xA0$1')}
      
      
    
  );
}
github apollographql / gatsby-theme-apollo / packages / gatsby-theme-apollo-docs / src / components / social-card.js View on Github external
verticalAlign: '0.05em'
              }}
            />{' '}
            {props.category}
          
        )}
      
      
        {props.title.replace(/\s+(\S*)$/, '\xA0$1')}
      
      
    
  );
}