Fix up compilation.

This commit is contained in:
jmsgrogan 2023-01-18 11:17:41 +00:00
parent 7cab70f839
commit 19091a0e80
13 changed files with 46 additions and 48 deletions

View file

@ -8,11 +8,11 @@
TopBar::TopBar()
{
setBackground(ThemeToken::SystemToken::Secondary);
setBackground(Theme::Sys::Color::Secondary);
auto fileButton = Button::Create();
fileButton->setLabel("File");
fileButton->setBackground(ThemeToken::SystemToken::Primary);
fileButton->setBackground(Theme::Sys::Color::Primary);
fileButton->setMargin(2);
fileButton->setMaxWidth(60);