Skip to content

Commit 2655ae5

Browse files
authored
fix: table dark mode (#1133)
1 parent 67cdb8e commit 2655ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/components/table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 class="font-semibold mb-1 text-font-important-light text-sm dark:text-font-i
3939
</div>
4040

4141
{% if not table.rows %}
42-
<p class="bg-white flex grow items-center justify-center py-2 dark:bg-gray-900">
42+
<p class="bg-white flex grow items-center justify-center py-2 dark:bg-base-900">
4343
{% trans "No data" %}
4444
</p>
4545
{% endif %}

0 commit comments

Comments
 (0)