chore(docs): update math examples styles

This commit is contained in:
braks
2024-06-09 14:58:29 +02:00
parent 5e953bdb44
commit ee8d30d1cf
2 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const result = computed(() => {
<span> = </span>
<span class="counter" :style="{ color: result > 0 ? '#5EC697' : '#f15a16' }">
<span class="result" :style="{ color: result > 0 ? '#5EC697' : '#f15a16' }">
{{ result }}
</span>