diff --git a/OpenEmu/OESidebarFieldEditor.m b/OpenEmu/OESidebarFieldEditor.m index 97f83b8016..ba3852e329 100644 --- a/OpenEmu/OESidebarFieldEditor.m +++ b/OpenEmu/OESidebarFieldEditor.m @@ -96,7 +96,7 @@ - (void)viewDidMoveToWindow [NSStringFromClass([[self superview] class]) isEqualToString:@"_NSKeyboardFocusClipView"]) { OEBackgroundColorView *cont = [[OEBackgroundColorView alloc] initWithFrame:NSInsetRect([self superFrame], -1, -1)]; - cont.backgroundColor = [NSColor colorWithDeviceRed:0.09 green:0.153 blue:0.553 alpha:1.0]; + cont.backgroundColor = NSColor.textBackgroundColor; [self setContainer:cont]; [self updateContainerFrame];