Skip to content

Commit

Permalink
add default background to table body in datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZlodziej authored Mar 20, 2024
1 parent 8e6e0b2 commit 25cd6d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion presets/lara/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export default {
class: [
{
'sticky z-20': instance.frozenRow && context.scrollable
}
},
'bg-surface-50 dark:bg-surface-800'
]
}),
tfoot: ({ context }) => ({
Expand Down

0 comments on commit 25cd6d8

Please sign in to comment.