frankenstyle 0.1.0-aardvark.0 → 0.1.0-aardvark.2

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.
@@ -5311,6 +5311,9 @@
5311
5311
  --uk-input-pin-shadow: var(--uk-form-input-shadow);
5312
5312
  --uk-input-pin-focus-ring-color: var(--uk-focus);
5313
5313
  --uk-input-pin-focus-ring-color-o: 100%;
5314
+ --uk-form-input-height: calc(
5315
+ var(--uk-global-font-size) * var(--uk-interactive-height-multiplier)
5316
+ );
5314
5317
  --uk-input-pin-focus-ring-color-computed: color-mix(
5315
5318
  in srgb,
5316
5319
  var(--uk-input-pin-focus-ring-color)