@anypoint-web-components/anypoint-button
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@anypoint-web-components/anypoint-button", | ||
"description": "Anypoint styled button.", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "anypoint-button.js", |
@@ -144,3 +144,3 @@ import { html, css } from 'lit-element'; | ||
color: var(--anypoint-button-color, var(--anypoint-color-tertiary)); | ||
border-radius: 0; | ||
border-radius: var(--anypoint-button-border-radius, 2px); | ||
text-transform: var(--anypoint-button-text-transform, initial); | ||
@@ -147,0 +147,0 @@ height: 40px; |
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
26354