tntd 3.0.74 → 3.0.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -256,7 +256,7 @@
256
256
 
257
257
  // link button style
258
258
  .btn-link() {
259
- .button-variant-other(@link-color, transparent, @btn-default-border);
259
+ .button-variant-other(@link-color, transparent, transparent);
260
260
  box-shadow: none;
261
261
 
262
262
  &:hover,
@@ -256,7 +256,7 @@
256
256
 
257
257
  // link button style
258
258
  .btn-link() {
259
- .button-variant-other(@link-color, transparent, @btn-default-border);
259
+ .button-variant-other(@link-color, transparent, transparent);
260
260
  box-shadow: none;
261
261
 
262
262
  &:hover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "3.0.74",
3
+ "version": "3.0.75",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",
@@ -113,4 +113,4 @@
113
113
  "main": "lib/index.js",
114
114
  "module": "es/index.js",
115
115
  "typings": "lib/index.d.ts"
116
- }
116
+ }