redesign, broadcast server crash fix
This commit is contained in:
+6
-2
@@ -1,2 +1,6 @@
|
||||
#define BACKGROUND_COLOR COLOR("00FFFFFF")
|
||||
#define COLOR(hex) pu::ui::Color::FromHex(hex)
|
||||
#pragma once
|
||||
|
||||
#include <Theme.hpp>
|
||||
|
||||
#define COLOR(hex) pu::ui::Color::FromHex(hex)
|
||||
#define BACKGROUND_COLOR theme::color::BgBase
|
||||
|
||||
Reference in New Issue
Block a user