aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Reaction/UI/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/UI/View.pm b/lib/Reaction/UI/View.pm
index db95e7b..18f209d 100644
--- a/lib/Reaction/UI/View.pm
+++ b/lib/Reaction/UI/View.pm
@@ -17,7 +17,7 @@ has '_layout_set_cache' => (is => 'ro', default => sub { {} });
has 'app' => (is => 'ro', required => 1);
-has 'skin_name' => (is => 'ro', required => 1, default => 'default');
+has 'skin_name' => (is => 'ro', required => 1, default => 'base');
has 'skin' => (
is => 'ro', lazy_build => 1,