@v1nt1248/3nclient-lib 0.1.71 → 0.1.72

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.1.71",
5
+ "version": "0.1.72",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -127,7 +127,6 @@ onMounted(() => {
127
127
  border-radius: var(--spacing-xs);
128
128
  font-size: var(--ui3n-button-text-size);
129
129
  font-weight: 600;
130
- line-height: calc(var(--ui3n-button-text-size) * 1.25);
131
130
  user-select: none;
132
131
  overflow: hidden;
133
132
 
@@ -209,6 +208,7 @@ onMounted(() => {
209
208
  .tertiary {
210
209
  background: transparent;
211
210
  color: var(--color-text-button-secondary-default);
211
+ line-height: calc(var(--ui3n-button-text-size) * 1.25);
212
212
  padding: 0;
213
213
 
214
214
  &:hover {