chore: adjust cube opacity
All checks were successful
Deploy to Production / deploy (push) Successful in 5s

This commit is contained in:
2026-02-22 20:51:14 +00:00
parent 4aea776207
commit eb9e2f993d

View File

@@ -472,7 +472,7 @@ onUnmounted(() => {
<div v-for="(color, face) in c.faces" :key="face" <div v-for="(color, face) in c.faces" :key="face"
class="sticker" class="sticker"
:class="[face, color]" :class="[face, color]"
:style="{ opacity: isCubeTranslucent ? 0.5 : 1 }" :style="{ opacity: isCubeTranslucent ? 0.3 : 1 }"
:data-id="c.id" :data-id="c.id"
:data-face="face"> :data-face="face">
</div> </div>