From f5f70a04c907069bb7e5a5c96a0599109369b322 Mon Sep 17 00:00:00 2001 From: Callin Mullaney Date: Sun, 14 Mar 2021 16:26:16 -0500 Subject: [PATCH] feat: set the admin theme to claro --- sous/Starter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sous/Starter.php b/sous/Starter.php index fa3c67c8..fe0ff342 100644 --- a/sous/Starter.php +++ b/sous/Starter.php @@ -27,7 +27,7 @@ public static function installTheme() { // Generate system.theme.yml and append new theme to install. $system_theme_yml = [ "default" => $composerRoot, - "admin"=> "thunder_admin" + "admin"=> "claro" ]; $yaml = Yaml::dump($system_theme_yml); file_put_contents('web/profiles/contrib/sous/config/install/system.theme.yml', $yaml);