Skip to content

Commit

Permalink
ghost btn in storybook (#2341)
Browse files Browse the repository at this point in the history
* fix: ghost btn in storybook fixed

* fix: one more ghost fixed
  • Loading branch information
tshimber authored Aug 29, 2024
1 parent 318df56 commit 168f710
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ export const Template = (args, { argTypes }) => ({
--min-height: var(--telekom-spacing-composition-space-13);
--min-width: var(--telekom-spacing-composition-space-13);
--radius: var(--telekom-radius-standard);
--transition: all var(--telekom-motion-duration-transition)
var(--telekom-motion-easing-standard);
--transition: all var(--telekom-motion-duration-transition) var(
--telekom-motion-easing-standard
);
--color-focus: var(--telekom-color-functional-focus-standard);
--font-weight: var(--telekom-typography-font-weight-bold);
--font-size: var(--telekom-typography-font-size-body);
Expand Down Expand Up @@ -235,7 +236,7 @@ For Shadow Parts, please inspect the element's #shadow.
</Canvas>

```html
<scale-button variant="secondary-white">Label</scale-button>
<scale-button variant="ghost">Label</scale-button>
```

## Disabled
Expand Down Expand Up @@ -288,10 +289,9 @@ For Shadow Parts, please inspect the element's #shadow.
</Canvas>

```html
<scale-button variant="secondary" disabled>Label</scale-button>
<scale-button variant="ghost" disabled>Label</scale-button>
```


## With Icon Before

<Canvas withSource="none">
Expand Down

0 comments on commit 168f710

Please sign in to comment.