@thryveai/theme-interfaces 2.8.44 → 2.8.45

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.
@@ -579,7 +579,7 @@ var DefaultThemeSFUI = function (colors) {
579
579
  price: {
580
580
  backgroundColor: colors.greyscale1,
581
581
  color: colors.greyscale5,
582
- fontWeight: exports.globalTheme.FontWeight,
582
+ fontWeight: exports.globalTheme.FontWeightBold,
583
583
  },
584
584
  unitPrice: {
585
585
  color: colors.greyscale4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.44",
3
+ "version": "2.8.45",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",