mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
KDColorBlack -> Palette::Text for the theming engine
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "button_with_separator.h"
|
||||
|
||||
ButtonWithSeparator::ButtonWithSeparator(Responder * parentResponder, I18n::Message message, Invocation invocation) :
|
||||
Button(parentResponder, message, invocation, KDFont::LargeFont, KDColorBlack)
|
||||
Button(parentResponder, message, invocation, KDFont::LargeFont, Palette::Text)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user