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 5bfcd87 commit b198ccbCopy full SHA for b198ccb
macos/RNCPicker.m
@@ -19,7 +19,7 @@ @implementation RNCPicker
19
- (instancetype)initWithFrame:(CGRect)frame
20
{
21
if ((self = [super initWithFrame:frame pullsDown:false])) {
22
- _color = [NSColor blackColor];
+ _color = [NSColor textColor];
23
_customFont = [NSFont systemFontOfSize:14];
24
_selectedIndex = NSNotFound;
25
_textAlign = NSTextAlignmentCenter;
0 commit comments