@bcgov-sso/common-react-components 1.30.1 → 1.30.3

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 CHANGED
@@ -6758,7 +6758,7 @@ var faTriangleExclamation = {
6758
6758
  };
6759
6759
  var faExclamationTriangle = faTriangleExclamation;
6760
6760
 
6761
- const SECONDARY_BLUE = '#38598a';
6761
+ const LINK_BLUE = '#1A5A96';
6762
6762
  const LANDING_HEADER_FONT = '22px';
6763
6763
 
6764
6764
  const ACCORDION_HEADER_COLOR = '#eaeaea';
@@ -6810,7 +6810,7 @@ function AccordionPanel({ title, hash, allOpen, setAllOpen, children }) {
6810
6810
  const ActionsContainer = styled.div `
6811
6811
  display: flex;
6812
6812
  flex-direction: row;
6813
- color: ${SECONDARY_BLUE};
6813
+ color: ${LINK_BLUE};
6814
6814
  & span {
6815
6815
  cursor: pointer;
6816
6816
  text-decoration: underline;
@@ -12350,7 +12350,7 @@ const styles$1 = {
12350
12350
  variant: {
12351
12351
  callout: {
12352
12352
  button: `
12353
- background-color: #fdb913;
12353
+ background-color: #fcba19;
12354
12354
  `,
12355
12355
  },
12356
12356
  primary: {