Skip to content

Commit 97800aa

Browse files
committed
updated styles
1 parent c917ace commit 97800aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProductDisplay.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ app.component('product-display', {
2525
<li v-for="detail in details">{{ detail }}</li>
2626
</ul>
2727
28-
<div class="color-box"
28+
<div class="color-circle"
2929
v-for="(variant, index) in variants"
3030
:key="variant.id"
3131
:style="{ backgroundColor: variant.color }"

0 commit comments

Comments
 (0)