Make browser use Material theme

This commit is contained in:
Skylar Ittner 2019-03-27 12:57:02 -06:00
parent 33ed283a97
commit 6976c40957

View File

@ -75,7 +75,7 @@ function initNW() {
function initBrowser() {
platform_type = "browser";
platform_theme = "aurora";
platform_theme = "md";
openBrowser = function (url) {
window.open(url);