@1money/component-ui 0.0.60-alpha.1 → 0.0.60-alpha.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.
|
@@ -302,10 +302,7 @@
|
|
|
302
302
|
.om-component-ui-calendar-wrapper {
|
|
303
303
|
display: inline-flex;
|
|
304
304
|
flex-direction: column;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
.om-component-ui-calendar-label {
|
|
308
|
-
margin-bottom: var(--om-spacing-200, 8px);
|
|
305
|
+
gap: var(--om-spacing-200, 8px);
|
|
309
306
|
}
|
|
310
307
|
|
|
311
308
|
.om-component-ui-calendar-optional {
|
|
@@ -317,7 +314,6 @@
|
|
|
317
314
|
gap: var(--om-spacing-100, 4px);
|
|
318
315
|
align-items: center;
|
|
319
316
|
justify-content: flex-start;
|
|
320
|
-
margin-top: var(--om-spacing-200, 8px);
|
|
321
317
|
color: var(--om-text-neutral-secondary, #9fa3a3);
|
|
322
318
|
font-size: var(--om-body-sm-font-size);
|
|
323
319
|
font-family: var(--om-body-sm-font-family);
|