@autoguru/overdrive 4.40.0-next.5 → 4.40.0-next.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.
@@ -63,7 +63,7 @@ export const button = recipe({
63
63
  backgroundColor: intentColors.primary.background.standard,
64
64
  [selectorFocusHoverActive]: {
65
65
  color: intentColors.primary.foreground,
66
- backgroundColor: vars.colours.gamut.green700
66
+ backgroundColor: intentColors.primary.background.strong
67
67
  }
68
68
  },
69
69
  brand: {
@@ -117,7 +117,7 @@ export const tokens = {
117
117
  background: {
118
118
  standard: baseThemeColours.green['600'],
119
119
  mild: baseThemeColours.green['200'],
120
- strong: baseThemeColours.green['900']
120
+ strong: baseThemeColours.green['700']
121
121
  },
122
122
  foreground: white,
123
123
  border: baseThemeColours.green['900']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/overdrive",
3
- "version": "4.40.0-next.5",
3
+ "version": "4.40.0-next.6",
4
4
  "description": "Overdrive is a product component library, and design system for AutoGuru.",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",