@hixme-ui/text
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4
@@ -44,3 +44,3 @@ 'use strict'; | ||
var HyperLink = exports.HyperLink = TextLink.extend(_templateObject, function (props) { | ||
return props.color || (0, _themeProps.getTextColor)(props, _theme2.default.textColors.lightGreen); | ||
return props.color || (0, _themeProps.getTextColor)(props, _theme2.default.textColors.darkBlue); | ||
}); | ||
@@ -47,0 +47,0 @@ |
{ | ||
"name": "@hixme-ui/text", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-alpha.4", | ||
"description": "hixme-ui text component. For all your communictation needs.", | ||
@@ -81,4 +81,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@hixme-ui/theme": "^2.0.0-alpha.3", | ||
"@hixme-ui/theme-props": "^2.0.0-alpha.3", | ||
"@hixme-ui/theme": "^2.0.0-alpha.4", | ||
"@hixme-ui/theme-props": "^2.0.0-alpha.4", | ||
"styled-components": "^2.3.3" | ||
@@ -85,0 +85,0 @@ }, |
@@ -13,3 +13,3 @@ import React from 'react' | ||
export const HyperLink = TextLink.extend` | ||
color: ${props => props.color || getTextColor(props, theme.textColors.lightGreen)}; | ||
color: ${props => props.color || getTextColor(props, theme.textColors.darkBlue)}; | ||
cursor: pointer; | ||
@@ -16,0 +16,0 @@ ` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26086