its_ui_vite 1.2.3 → 1.2.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "its_ui_vite",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "main": "./src/libIndex.js",
5
5
  "module": "./src/libIndex.js",
6
6
  "files": [
@@ -651,7 +651,17 @@ defineExpose({
651
651
  }
652
652
  }
653
653
 
654
+ .c-select__inp_icon {
655
+ display: flex;
656
+ align-items: center;
657
+ justify-content: center;
658
+ }
659
+
654
660
  .c-input__custom-icon {
661
+ display: flex;
662
+ align-items: center;
663
+ justify-content: center;
664
+
655
665
  cursor: pointer;
656
666
 
657
667
  opacity: 1;