From aee573026d4a03b49ab2ffaefb270abc6ea548f4 Mon Sep 17 00:00:00 2001 From: DavidS-BDO <60764631+DavidS-BDO@users.noreply.github.com> Date: Tue, 5 Jul 2022 20:33:45 -0700 Subject: [PATCH] add outlineWeight & outlineColor to columnHeaders Adding additional controls to the columnHeaders --- Table.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Table.json b/Table.json index 8b564a8..5613b79 100644 --- a/Table.json +++ b/Table.json @@ -40,6 +40,8 @@ "fontColor": { "solid": { "color": "#00B8DD"}}, "backColor": { "solid": { "color": "#00AA22"}}, "outline": "Frame", + "outlineWeight": 1, + "outlineColor": { "solid": { "color": "#657C91"}}, "autoSizeColumnWidth": true, "fontFamily": "Courier New", "fontSize": 12, @@ -71,4 +73,4 @@ } } } -} \ No newline at end of file +}