Skip to content

Commit

Permalink
Merge branch 'feat/table/introduce-size-xs' of https://github.com/sbb…
Browse files Browse the repository at this point in the history
…-design-systems/lyne-components into feat/table/introduce-size-xs
  • Loading branch information
mcilurzo committed Sep 11, 2024
2 parents 2d2c9da + b1b047b commit a6eaef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storybook/styles/table/table.visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe(`table`, () => {
};

const sizeCases = {
size: ['xs', 's', 'm'],
size: ['m', 's', 'xs'],
};

const tableTemplate = (classInfo: ClassInfo): TemplateResult => html`
Expand Down

0 comments on commit a6eaef1

Please sign in to comment.