terrier-engine 4.39.1 → 4.39.2

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.39.1",
7
+ "version": "4.39.2",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"
@@ -123,7 +123,7 @@ function panelActions(panel: PartTag, actions: PanelActions, theme: Theme) {
123
123
  const levelActions = actions[level]
124
124
  if (!levelActions?.length) continue;
125
125
  actionsContainer.div(`.${level}-actions`, container => {
126
- theme.renderActions(container, levelActions, { iconColor: 'white', defaultClass: level })
126
+ theme.renderActions(container, levelActions, { defaultClass: level })
127
127
  })
128
128
  }
129
129
  })