Skip to content

Commit b430111

Browse files
author
Jeremie Papillon
committed
Fixed ReferenceError error.
1 parent 2157ccf commit b430111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tooltip-ns.ios.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class TooltipNs {
1313
var nsAttributed = NSAttributedString.alloc().initWithStringAttributes(
1414
options.message,
1515
new NSDictionary(
16-
[new color_1.Color(options.ios.textColor).ios],
16+
[new Color(options.ios.textColor).ios],
1717
[NSForegroundColorAttributeName]
1818
)
1919
);

0 commit comments

Comments
 (0)