Skip to content

Commit

Permalink
Merge pull request #191 from TheZlodziej/patch-2
Browse files Browse the repository at this point in the history
add default background to table body in datatable
  • Loading branch information
atakantepe authored Mar 22, 2024
2 parents fe25afe + 25cd6d8 commit d675032
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 d675032

Please sign in to comment.