diff --git a/controllets/paper-card-controllet/paper-card-controllet.html b/controllets/paper-card-controllet/paper-card-controllet.html
index c63e303..f638998 100644
--- a/controllets/paper-card-controllet/paper-card-controllet.html
+++ b/controllets/paper-card-controllet/paper-card-controllet.html
@@ -109,25 +109,25 @@
{{cardTitle}}
-
+
-
+
-
+
-
+
@@ -162,7 +162,7 @@
type: Number,
observer: "_changeHeight",
},
- type:{
+ cardType:{
type: String,
value: "text"
},
@@ -182,7 +182,7 @@
},
ready: function(){
- if(this.type == "text"){
+ if(this.cardType == "text"){
this.$.content.style.backgroundColor = "#ffc";
}
},