@indigina/ui-kit 1.1.256 → 1.1.258

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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.256",
10
+ "version": "1.1.258",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",
@@ -198,6 +198,7 @@
198
198
  .k-button {
199
199
  font-weight: 400;
200
200
  border: 1px solid transparent;
201
+ line-height: 1;
201
202
  transition: none;
202
203
 
203
204
  &:focus {