PL-7475 Use halo theme by default

This commit is contained in:
Yuriy Artamonov 2016-07-01 16:40:43 +04:00
parent 5c1840ffec
commit 031a9e5f8e

View File

@ -145,7 +145,7 @@ public interface WebConfig extends Config {
/** /**
* @return Theme * @return Theme
*/ */
@Default("havana") @Default("halo")
@Property("cuba.web.theme") @Property("cuba.web.theme")
String getAppWindowTheme(); String getAppWindowTheme();