@cellaware/utils 8.6.29 → 8.6.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chatwms/datagrid.js +2 -1
- package/package.json +1 -1
package/dist/chatwms/datagrid.js
CHANGED
|
@@ -876,7 +876,8 @@ export function mapTeamsStyles(columnNames, htmlRowStyles, htmlColumnStyles, tea
|
|
|
876
876
|
case ConditionalFormatStyle.NOT_IMPORTANT:
|
|
877
877
|
return {
|
|
878
878
|
isSubtle: true,
|
|
879
|
-
italic: true
|
|
879
|
+
italic: true,
|
|
880
|
+
weight: 'Lighter'
|
|
880
881
|
};
|
|
881
882
|
default:
|
|
882
883
|
return {};
|