diff --git a/Frameworks/OakAppKit/src/OakToolTip.mm b/Frameworks/OakAppKit/src/OakToolTip.mm index 17758538..9cff76de 100644 --- a/Frameworks/OakAppKit/src/OakToolTip.mm +++ b/Frameworks/OakAppKit/src/OakToolTip.mm @@ -55,6 +55,7 @@ static __weak OakToolTip* LastToolTip; [field setDrawsBackground:NO]; [field setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable]; [field setFont:defaultFont]; + [field setTextColor:[NSColor blackColor]]; [field setStringValue:@"This is a nice little code block"]; [self setContentView:field];