We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b977b commit 8867e7eCopy full SHA for 8867e7e
src/switch/index.ios.ts
@@ -1,4 +1,5 @@
1
-import { Color, SwitchBase, onBackgroundColorProperty } from './index-common';
+import { Color } from '@nativescript/core';
2
+import { SwitchBase, onBackgroundColorProperty } from './index-common';
3
4
// TODO: for now iOS uses system switch
5
export class Switch extends SwitchBase {
0 commit comments