Skip to content

Commit a238050

Browse files
authored
Import Color in iOS switch component
1 parent 0ade3b2 commit a238050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/switch/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SwitchBase, onBackgroundColorProperty } from './index-common';
1+
import { Color, SwitchBase, onBackgroundColorProperty } from './index-common';
22

33
// TODO: for now iOS uses system switch
44
export class Switch extends SwitchBase {

0 commit comments

Comments
 (0)