@surveycake/rc 3.0.0-alpha.149 → 3.0.0-alpha.150

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.150](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.149...v3.0.0-alpha.150) (2025-07-05)
6
+
7
+
8
+ ### Features
9
+
10
+ * add border styles for outlinedPrimary and outlinedSecondary buttons ([0a81885](https://fox.25sprout.com/surveycake/sdk/rc/commit/0a81885164055a04e37f2a65417891ab9f9177e6))
11
+
5
12
  ## [3.0.0-alpha.149](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.148...v3.0.0-alpha.149) (2025-07-01)
6
13
 
7
14
 
@@ -639,11 +639,13 @@ var MuiButton = {
639
639
  padding: '8px 15px'
640
640
  },
641
641
  outlinedPrimary: {
642
+ border: "1px solid " + core.palette.primary.main,
642
643
  '&:hover': {
643
644
  backgroundColor: core.palette.primary.lightest
644
645
  }
645
646
  },
646
647
  outlinedSecondary: {
648
+ border: "1px solid " + core.palette.secondary.main,
647
649
  '&:hover': {
648
650
  backgroundColor: core.palette.secondary.lightest
649
651
  }