We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba8842 commit 7f62d4aCopy full SHA for 7f62d4a
app/components/ScorePie.vue
@@ -35,7 +35,7 @@ const strokeColor = computed(() => {
35
<template>
36
<div grid="~ cols-1 rows-1 place-content-center *:row-span-full *:col-span-full">
37
<template v-if="score !== null">
38
- <div font-bold dominance-full grid="~ place-content-center">
+ <div font-bold size-full grid="~ place-content-center">
39
{{ (score * 100).toFixed(0) }}
40
</div>
41
<svg
@@ -50,7 +50,7 @@ const strokeColor = computed(() => {
50
</svg>
51
</template>
52
<template v-else>
53
54
NA
55
56
0 commit comments