Skip to content

Commit

Permalink
feat: set the admin theme to claro
Browse files Browse the repository at this point in the history
  • Loading branch information
callinmullaney committed Mar 14, 2021
1 parent b4a993b commit f5f70a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sous/Starter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f5f70a0

Please sign in to comment.