Commit 1a9770bf authored by Nicolas Widart's avatar Nicolas Widart

Set default skin to blue

parent 9dc45a31
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"asgardcms" "asgardcms"
], ],
"license": "MIT", "license": "MIT",
"version": "1.0.8", "version": "1.0.9",
"type": "project", "type": "project",
"require": { "require": {
"laravel/framework": "~5.1", "laravel/framework": "~5.1",
......
...@@ -30,7 +30,7 @@ return [ ...@@ -30,7 +30,7 @@ return [
| colors are available for you to use: skin-blue, skin-green, | colors are available for you to use: skin-blue, skin-green,
| skin-black, skin-purple, skin-red and skin-yellow. | skin-black, skin-purple, skin-red and skin-yellow.
*/ */
'skin' => 'skin-red', 'skin' => 'skin-blue',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment