diff --git a/apps/client/src/widgets/collections/table/TablePrintView.css b/apps/client/src/widgets/collections/table/TablePrintView.css index 14c1e6dc4..74e282aaf 100644 --- a/apps/client/src/widgets/collections/table/TablePrintView.css +++ b/apps/client/src/widgets/collections/table/TablePrintView.css @@ -13,4 +13,8 @@ .tabulator-print-table th, .tabulator-print-table td { padding: 0.25rem 0.5rem !important; +} + +.tabulator-print-table td[aria-checked] svg path { + fill: currentColor !important; } \ No newline at end of file