Răsfoiți Sursa

Merge branch 'release/1.0.0-pre-alpha.14'

lfabl 1 lună în urmă
părinte
comite
1d5945a129
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      package.json
  2. 1 1
      src/components/switch/index.tsx

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "ncore-ui-kit-mobile",
     "name": "ncore-ui-kit-mobile",
-    "version": "1.0.0-pre-alpha.13",
+    "version": "1.0.0-pre-alpha.14",
     "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
     "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
     "main": "./lib/module/index.js",
     "main": "./lib/module/index.js",
     "types": "./lib/typescript/src/index.d.ts",
     "types": "./lib/typescript/src/index.d.ts",

+ 1 - 1
src/components/switch/index.tsx

@@ -114,7 +114,7 @@ const Switch: FC<ISwitchProps> = ({
     };
     };
 
 
     const indicatorIconProps: {
     const indicatorIconProps: {
-        color: keyof NCoreUIKit.ContainerContentColors;
+        color: keyof NCoreUIKit.IconContentColors;
         customColor?: string;
         customColor?: string;
     } = {
     } = {
         color: currentType.indicatorColor
         color: currentType.indicatorColor