From 337242870055f78625e543227b21d538f1b5ab11 Mon Sep 17 00:00:00 2001 From: MattMo Date: Wed, 26 Apr 2023 07:27:39 -0700 Subject: [PATCH] Tweaked table styling. --- data-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-table.js b/data-table.js index 7c4bf8e..47d4a1c 100644 --- a/data-table.js +++ b/data-table.js @@ -268,7 +268,7 @@ class DataTable extends IgniteElement { //Rows new div().class("mb-3").child( - new table().class("table table-striped align-middle mb-0 table-borderless").child( + new table().class("table table-light align-middle mb-0 table-borderless").child( //Table columns new thead().class("table-dark").child( new tr().child(