From 5290dffa981ad0dbffcb1500c882ba3a5164dc97 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Wed, 1 Apr 2020 11:06:29 -0700 Subject: [PATCH] fix(flow-item): fix back button icon not showing up (#903) Also updates other calcite-icons to not use `filled` attribute. --- src/components/calcite-flow-item/calcite-flow-item.tsx | 2 +- src/components/calcite-pick-list/calcite-pick-list.stories.ts | 2 +- src/components/calcite-value-list/calcite-value-list.stories.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/calcite-flow-item/calcite-flow-item.tsx b/src/components/calcite-flow-item/calcite-flow-item.tsx index 7de79386..2e2b1ce7 100755 --- a/src/components/calcite-flow-item/calcite-flow-item.tsx +++ b/src/components/calcite-flow-item/calcite-flow-item.tsx @@ -251,7 +251,7 @@ export class CalciteFlowItem { class={CSS.backButton} onClick={backButtonClick} > - + ) : null; } diff --git a/src/components/calcite-pick-list/calcite-pick-list.stories.ts b/src/components/calcite-pick-list/calcite-pick-list.stories.ts index 69101449..a5d7b1b8 100644 --- a/src/components/calcite-pick-list/calcite-pick-list.stories.ts +++ b/src/components/calcite-pick-list/calcite-pick-list.stories.ts @@ -43,7 +43,7 @@ const createAttributes: () => Attributes = () => [ const action = dedent` - + `; diff --git a/src/components/calcite-value-list/calcite-value-list.stories.ts b/src/components/calcite-value-list/calcite-value-list.stories.ts index 07f2bcb7..770406f3 100644 --- a/src/components/calcite-value-list/calcite-value-list.stories.ts +++ b/src/components/calcite-value-list/calcite-value-list.stories.ts @@ -47,7 +47,7 @@ const createAttributes: () => Attributes = () => [ const action = dedent` - + `;