impaktapps-design 0.2.993-alpha.240 → 0.2.993-alpha.241
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.
|
@@ -22289,7 +22289,7 @@ const DrawAreaGraph = ({
|
|
|
22289
22289
|
const tickLabelProps = useCallback(() => isSmallScreen ? {
|
|
22290
22290
|
fill: "#6B7280",
|
|
22291
22291
|
fontSize: 12,
|
|
22292
|
-
fontWeight: 500,
|
|
22292
|
+
fontWeight: isSmallScreen ? 500 : 600,
|
|
22293
22293
|
textAnchor: "end",
|
|
22294
22294
|
angle: -40,
|
|
22295
22295
|
dx: "-0.2em",
|