@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.
- package/package.json +1 -1
- package/src/Chart.tsx +1 -1
package/package.json
CHANGED
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"
|