Skip to content

Commit

Permalink
Merge pull request #25 from fourkitchens/admin-claro
Browse files Browse the repository at this point in the history
feat: set the admin theme to claro
  • Loading branch information
callinmullaney authored Mar 21, 2021
2 parents 18ee240 + f5f70a0 commit 55f17c3
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 55f17c3

Please sign in to comment.