Добавил цвет заднего фона автара

This commit is contained in:
megavrilinvv
2022-11-01 18:11:40 +03:00
parent 20a2b1433a
commit 34bdb42488
5 changed files with 8 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ export default {
},
color: {
type: String,
default: "#D3D4DC",
default: "d3d4dc",
},
},
@@ -23,7 +23,7 @@ export default {
width: this.size + "px",
height: this.size + "px",
minWidth: this.size + "px",
backgroundColor: this.color,
backgroundColor: "#" + this.color,
};
},
},