@bcgov-sso/common-react-components 1.30.1 → 1.30.2
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/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -12350,7 +12350,7 @@ const styles$1 = {
|
|
|
12350
12350
|
variant: {
|
|
12351
12351
|
callout: {
|
|
12352
12352
|
button: `
|
|
12353
|
-
background-color: #
|
|
12353
|
+
background-color: #fcba19;
|
|
12354
12354
|
`,
|
|
12355
12355
|
},
|
|
12356
12356
|
primary: {
|
package/dist/esm/index.js
CHANGED
|
@@ -12323,7 +12323,7 @@ const styles$1 = {
|
|
|
12323
12323
|
variant: {
|
|
12324
12324
|
callout: {
|
|
12325
12325
|
button: `
|
|
12326
|
-
background-color: #
|
|
12326
|
+
background-color: #fcba19;
|
|
12327
12327
|
`,
|
|
12328
12328
|
},
|
|
12329
12329
|
primary: {
|