Skip to content

Commit

Permalink
[NO-JIRA] inset-banner update stories UI to match docs (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstybryce authored Aug 27, 2024
1 parent 01428ca commit a556858
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/bpk-component-inset-banner/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import BpkInsetBanner, {
const DefaultExampleTitleOnly = () => (
<BpkInsetBanner
title="Lorem ipsum"
backgroundColor="#054184"
backgroundColor="#FF6601"
variant={VARIANT.onDark}
/>
);
Expand All @@ -32,7 +32,7 @@ const DefaultExampleTitleAndSubheadline = () => (
<BpkInsetBanner
title="Lorem ipsum"
subheadline="Lorem ipsum dolor sit amet"
backgroundColor="#054184"
backgroundColor="#FF6601"
variant={VARIANT.onDark}
/>
);
Expand All @@ -41,11 +41,11 @@ const WithLogoAndCtaTextExampleLight = () => (
<BpkInsetBanner
title="Lorem ipsum"
subheadline="Lorem ipsum dolor sit amet"
logo="https://content.skyscnr.com/m/23c24b7080cfe18a/Medium-Skyscanner-Vertical-Blue.png"
logo="https://content.skyscnr.com/m/49503c4388cb05ab/original/Skyland_Black_172x96.png"
callToAction={{
text: 'Sponsored',
}}
backgroundColor="#94C3FF"
backgroundColor="#FFE300"
variant={VARIANT.onLight}
accessibilityLabel="Sponsored by Skyscanner"
/>
Expand All @@ -55,8 +55,8 @@ const WithBodyTextExampleLight = () => (
<BpkInsetBanner
title="Lorem ipsum"
subheadline="Lorem ipsum dolor sit amet"
logo="https://content.skyscnr.com/m/23c24b7080cfe18a/Medium-Skyscanner-Vertical-Blue.png"
backgroundColor="#94C3FF"
logo="https://content.skyscnr.com/m/49503c4388cb05ab/original/Skyland_Black_172x96.png"
backgroundColor="#FFE300"
callToAction={{
text: 'Sponsored',
}}
Expand All @@ -71,8 +71,8 @@ const WithBodyTextAndLinkExampleDark = () => (
<BpkInsetBanner
title="Lorem ipsum"
subheadline="Lorem ipsum dolor sit amet"
logo="https://content.skyscnr.com/m/7950ed6f30581485/Medium-Skyscanner-Vertical-White.png"
backgroundColor="#054184"
logo="https://content.skyscnr.com/m/3f4dadbd41da8235/original/Skyland_White_172x96.png"
backgroundColor="#FF6601"
callToAction={{
text: 'Sponsored',
}}
Expand Down

0 comments on commit a556858

Please sign in to comment.