Skip to content

Commit

Permalink
fix(cxl-lumo-styles): no icons in home page cta buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Sep 7, 2023
1 parent c67d6d6 commit 227aed6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/storybook/cxl-lumo-styles/typography.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const Examples = () => {
`;
};


export const CXLComExamples = () => html`
<style>
${cxlColorStyles}
Expand Down Expand Up @@ -108,7 +107,7 @@ export const CXLComExamples = () => html`
<h3>Master the most in-demand marketing skills with our online courses created by marketers with a proven record of driving real growth.</h3>
<vaadin-button id="cxl-onboarding" class="cxl-cta" role="button" theme="primary large">
Sign up now
<vaadin-icon slot="suffix" icon="lumo:arrow-right"></vaadin-icon>
<!-- <vaadin-icon slot="suffix" icon="lumo:arrow-right"></vaadin-icon> -->
</vaadin-button>
</div>
</cxl-section>
Expand Down Expand Up @@ -174,7 +173,7 @@ export const CXLComExamples = () => html`
</div>
<vaadin-button id="cxl-onboarding" class="cxl-cta wide" role="button" theme="primary large">
Sign up now
<vaadin-icon slot="suffix" icon="lumo:arrow-right"></vaadin-icon>
<!-- <vaadin-icon slot="suffix" icon="lumo:arrow-right"></vaadin-icon> -->
</vaadin-button>
</cxl-section>
<cxl-section>
Expand All @@ -185,4 +184,4 @@ export const CXLComExamples = () => html`
</p>
</div>
</cxl-section>
`
`;

0 comments on commit 227aed6

Please sign in to comment.