@quillsql/react 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Chart.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "access": "public",
5
5
  "description": "Quill React components for building dashboards and reporting.",
6
6
  "main": "lib/index.js",
package/src/Chart.tsx CHANGED
@@ -604,6 +604,7 @@ const ChartUpdater: React.FC<ChartProps> = ({
604
604
  style={{
605
605
  // fontFamily: theme.fontFamily,
606
606
  fontSize: 32,
607
+ color: theme.primaryTextColor,
607
608
  fontWeight: '600',
608
609
  textOverflow: 'ellipsis',
609
610
  margin: 0,
@@ -614,7 +615,6 @@ const ChartUpdater: React.FC<ChartProps> = ({
614
615
  textAlign: 'left',
615
616
  overflow: 'hidden',
616
617
  height: '100%',
617
- color: '#394150',
618
618
  // background: 'red',
619
619
  }}
620
620
  className="flex flex-col text-xl"