@1money/component-ui 0.0.56 → 0.0.58-alpha.0

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.
@@ -159,6 +159,7 @@
159
159
  line-height: var(--om-body-md-line-height);
160
160
  letter-spacing: var(--om-body-md-letter-spacing);
161
161
  font-weight: var(--om-body-md-strong-font-weight);
162
+ line-height: 18px;
162
163
  }
163
164
  .om-component-ui-select-placeholder-large {
164
165
  font-size: var(--om-body-lg-font-size);
@@ -173,6 +174,7 @@
173
174
  line-height: var(--om-body-md-line-height);
174
175
  letter-spacing: var(--om-body-md-letter-spacing);
175
176
  font-weight: var(--om-body-md-font-weight);
177
+ line-height: 18px;
176
178
  }
177
179
  .om-component-ui-select-value {
178
180
  color: var(--om-text-default, #131313);