Skip to content

Commit

Permalink
Set default skin to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jul 7, 2015
1 parent 9dc45a3 commit 1a9770b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"asgardcms"
],
"license": "MIT",
"version": "1.0.8",
"version": "1.0.9",
"type": "project",
"require": {
"laravel/framework": "~5.1",
Expand Down
2 changes: 1 addition & 1 deletion config/asgard.core.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| colors are available for you to use: skin-blue, skin-green,
| skin-black, skin-purple, skin-red and skin-yellow.
*/
'skin' => 'skin-red',
'skin' => 'skin-blue',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 1a9770b

Please sign in to comment.