oziko-ui-kit 0.0.75 → 0.0.76

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/dist/index.css CHANGED
@@ -2899,6 +2899,19 @@ input:checked + .Switch-module_slider__sHGGR::before {
2899
2899
  .TextArea-module_container__VXi9C .TextArea-module_icon__iVGeQ {
2900
2900
  color: var(--oziko-color-font-primary);
2901
2901
  }
2902
+ .Date-module_datePickerContainer__2futK {
2903
+ background-color: var(--oziko-color-input-background);
2904
+ border-radius: var(--oziko-border-radius-md);
2905
+ color: var(--oziko-color-input-placeholder);
2906
+ padding: var(--oziko-padding-md) var(--oziko-padding-lg);
2907
+ }
2908
+ .Date-module_datePickerContainer__2futK input {
2909
+ padding: 0;
2910
+ }
2911
+
2912
+ .Date-module_text__eXWDJ {
2913
+ color: var(--oziko-color-input-placeholder) !important;
2914
+ }
2902
2915
  .Boolean-module_container__RN4yt {
2903
2916
  background-color: var(--oziko-color-input-background);
2904
2917
  border-radius: var(--oziko-border-radius-md);