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 3846b11 commit 7de6098Copy full SHA for 7de6098
_fresh.zip
23 Bytes
components/KvValue.tsx
@@ -72,7 +72,7 @@ export function KvValue(
72
</thead>
73
<tbody>
74
{value.value.map(([key, value]) => (
75
- <tr class="odd:bg-gray-50 dark:bg-gray-900">
+ <tr class="odd:bg-gray-50 odd:dark:bg-gray-900">
76
<td>
77
<pre><code>{JSON.stringify(key, undefined, " ")}</code></pre>
78
</td>
@@ -108,7 +108,7 @@ export function KvValue(
108
109
110
{value.value.map((item) => (
111
112
113
<pre><code>{JSON.stringify(item, undefined, " ")}</code></pre>
114
0 commit comments