Skip to content

Commit

Permalink
fix #380 - Fix colored dot color not updating when new color is passed
Browse files Browse the repository at this point in the history
Closes #380
  • Loading branch information
nancy-dassana committed Jul 15, 2021
1 parent 739f38b commit 1c2964a
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 536 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.11.12",
"version": "0.11.13",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
6 changes: 1 addition & 5 deletions src/__mocks__/table_mock_data.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fakeApiCallSuccess } from '../components/utils'
import { ThemeType } from 'components'
import {
ColumnFormats,
ColumnType,
Expand Down Expand Up @@ -105,10 +104,7 @@ const columns: ColumnType[] = [
renderProps: {
colorMap: {
test: {
colors: {
[ThemeType.light]: 'red',
[ThemeType.dark]: 'red'
},
color: 'red',
tooltipText: 'Hi I am colored'
}
}
Expand Down
Loading

0 comments on commit 1c2964a

Please sign in to comment.