Skip to content

Commit 63c4e9e

Browse files
authored
Update background color (nguyenvanduocit#34)
1 parent fac780e commit 63c4e9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/RotateSquare2.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export default {
1616
styles () {
1717
return {
1818
width: this.size,
19-
height: this.size
19+
height: this.size,
20+
background-color: this.background
2021
}
2122
}
2223
}

0 commit comments

Comments
 (0)