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 67cdb8e commit 2655ae5Copy full SHA for 2655ae5
src/unfold/templates/unfold/components/table.html
@@ -39,7 +39,7 @@ <h3 class="font-semibold mb-1 text-font-important-light text-sm dark:text-font-i
39
</div>
40
41
{% if not table.rows %}
42
- <p class="bg-white flex grow items-center justify-center py-2 dark:bg-gray-900">
+ <p class="bg-white flex grow items-center justify-center py-2 dark:bg-base-900">
43
{% trans "No data" %}
44
</p>
45
{% endif %}
0 commit comments