Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-moreno committed Nov 14, 2024
1 parent eda8d7b commit 9195bd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default meta
type Story = StoryObj<typeof CompanyHeader>

export const Default: Story = {
parameters: {
layout: "fullscreen",
},
args: {
name: "Factorial",
description: "HR Software to Empower Your Team",
Expand All @@ -39,4 +36,16 @@ export const Default: Story = {
},
],
},
parameters: {
a11y: {
config: {
rules: [
{
id: "color-contrast",
enabled: false,
},
],
},
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default meta
type Story = StoryObj<typeof PersonHeader>

export const Default: Story = {
parameters: {
layout: "fullscreen",
},
args: {
firstName: "Josep Jaume",
lastName: "Rey",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default meta
type Story = StoryObj<typeof ResourceHeader>

export const Default: Story = {
parameters: {
layout: "fullscreen",
},
args: {
title: "Senior Product Designer",
description:
Expand Down

0 comments on commit 9195bd6

Please sign in to comment.