diff --git a/airwatch/src/app/buttons/main-button/main-button.stories.ts b/airwatch/src/app/buttons/main-button/main-button.stories.ts index 73a30c3..48031f8 100644 --- a/airwatch/src/app/buttons/main-button/main-button.stories.ts +++ b/airwatch/src/app/buttons/main-button/main-button.stories.ts @@ -33,12 +33,12 @@ type Story = StoryObj; // More on writing stories with args: https://storybook.js.org/docs/angular/writing-stories/args export const Default: Story = { args: { - label: 'Call to action', + label: "Large", kind: 'primary', size: '', disabled: false, - divider: true, - icon: 'arrow-right-line', + divider: false, + icon: "", inconPosition: 'right', }, }; diff --git a/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html b/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html index fedcd4d..920aa95 100644 --- a/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html +++ b/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html @@ -7,61 +7,61 @@ @if (isModalOpen) { -
-