aefis-core-ui 2.3.0-rc19 → 2.3.0-rc20

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.
@@ -1397,11 +1397,12 @@ const AvatarTitle = /*#__PURE__*/React.memo(function AvatarTitle({
1397
1397
  }
1398
1398
  };
1399
1399
  const defaultTitleStyle = {
1400
- color: emphasizeSubtitle ? "rgba(58,53,65,0.6)" : "#000000",
1400
+ color: emphasizeSubtitle ? "#757575" : "#000000",
1401
1401
  textTransform: titleCase === "default" ? "none" : titleCase === "upper" ? "uppercase" : "lowercase"
1402
1402
  };
1403
1403
  const defaultSubtitleStyle = {
1404
1404
  fontWeight: emphasizeSubtitle ? "bolder" : "normal",
1405
+ color: emphasizeSubtitle ? "#000000" : "rgba(0, 0, 0, 0.6)",
1405
1406
  textTransform: subtitleCase === "default" ? "none" : subtitleCase === "upper" ? "uppercase" : "lowercase"
1406
1407
  };
1407
1408
  const defaultCaptionStyle = {