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 813e5ec commit a809f87Copy full SHA for a809f87
Core Data Editor/Core Data Editor/CDEDatePickerWindow.m
@@ -25,7 +25,7 @@ - (id)init {
25
self.popover = [NSPopover new];
26
[self.popover setContentViewController:self.datePickerViewController];
27
[self.popover setBehavior:NSPopoverBehaviorSemitransient];
28
- [self.popover setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantDark]];
+ [self.popover setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantLight]];
29
}
30
31
return self;
0 commit comments