updated styles
This commit is contained in:
parent
c917acec5d
commit
97800aa8af
@ -25,7 +25,7 @@ app.component('product-display', {
|
|||||||
<li v-for="detail in details">{{ detail }}</li>
|
<li v-for="detail in details">{{ detail }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="color-box"
|
<div class="color-circle"
|
||||||
v-for="(variant, index) in variants"
|
v-for="(variant, index) in variants"
|
||||||
:key="variant.id"
|
:key="variant.id"
|
||||||
:style="{ backgroundColor: variant.color }"
|
:style="{ backgroundColor: variant.color }"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user