@surveycake/rc 3.0.0-alpha.48 → 3.0.0-alpha.49

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-alpha.49](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.48...v3.0.0-alpha.49) (2022-05-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * define secondary text color ([d606d90](https://fox.25sprout.com/surveycake/sdk/rc/commit/d606d907a05f93b40cc8abca5b4c46bf826e6a4b))
11
+
5
12
  ## [3.0.0-alpha.48](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.47...v3.0.0-alpha.48) (2022-04-29)
6
13
 
7
14
 
@@ -191,7 +191,8 @@ styles$5.createTheme({
191
191
  A700: '#C5C5C5'
192
192
  },
193
193
  text: {
194
- primary: '#454545'
194
+ primary: '#454545',
195
+ secondary: '#6B6B6B'
195
196
  }
196
197
  },
197
198
 
@@ -439,7 +440,7 @@ var MuiButton = {
439
440
  }
440
441
  },
441
442
  textSecondary: {
442
- color: core.palette.grey[600],
443
+ color: core.palette.text.secondary,
443
444
  '&:hover': {
444
445
  color: core.palette.secondary.main,
445
446
  backgroundColor: exclusiveColor.secondary.light3