Browse Source

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

lfabl 1 month ago
parent
commit
1d5945a129
2 changed files with 2 additions and 2 deletions
  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",
-    "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.",
     "main": "./lib/module/index.js",
     "types": "./lib/typescript/src/index.d.ts",

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

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