diff --git a/src/components/atoms/LegacyButton/LegacyButton.css b/src/components/atoms/LegacyButton/LegacyButton.css index c00c8bf4..600c1454 100644 --- a/src/components/atoms/LegacyButton/LegacyButton.css +++ b/src/components/atoms/LegacyButton/LegacyButton.css @@ -14,4 +14,4 @@ a { display: block; height: 100%; width: 100%; -} \ No newline at end of file +} diff --git a/src/stories/legacybutton.stories.js b/src/stories/legacybutton.stories.js index 147d321b..a39c21a9 100644 --- a/src/stories/legacybutton.stories.js +++ b/src/stories/legacybutton.stories.js @@ -78,11 +78,7 @@ function _createLegacyButton(args) { // Template const Template = (args) => { - return html` -
- ${_createLegacyButton(args)} -
- `; + return html`
${_createLegacyButton(args)}
`; }; export const Primary = Template.bind({}); @@ -90,7 +86,9 @@ export const Primary = Template.bind({}); export const ButtonGrid = () => { return html`
-
+
{
-
+
{
-
+
{ - return html` -
- ${_createLegacyIcon(args)} -
- `; + return html`
${_createLegacyIcon(args)}
`; }; export const Primary = Template.bind({}); @@ -48,17 +44,23 @@ export const Primary = Template.bind({}); export const IconGrid = () => { return html`
-
+
-
+
-
+