From 25cd6d81237732ff51baa2df4b174fdb994c816e Mon Sep 17 00:00:00 2001 From: Jakub Wicher <33941527+TheZlodziej@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:44:10 +0100 Subject: [PATCH] add default background to table body in datatable --- presets/lara/datatable/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/presets/lara/datatable/index.js b/presets/lara/datatable/index.js index 2c2860f0..0beaf9ae 100644 --- a/presets/lara/datatable/index.js +++ b/presets/lara/datatable/index.js @@ -71,7 +71,8 @@ export default { class: [ { 'sticky z-20': instance.frozenRow && context.scrollable - } + }, + 'bg-surface-50 dark:bg-surface-800' ] }), tfoot: ({ context }) => ({