From 168f710fedae9df7f08decb79066b14bd7f73d1e Mon Sep 17 00:00:00 2001
From: tshimber <110041439+tshimber@users.noreply.github.com>
Date: Thu, 29 Aug 2024 09:52:52 +0200
Subject: [PATCH] ghost btn in storybook (#2341)
* fix: ghost btn in storybook fixed
* fix: one more ghost fixed
---
.../stories/components/button/Button.stories.mdx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/packages/storybook-vue/stories/components/button/Button.stories.mdx b/packages/storybook-vue/stories/components/button/Button.stories.mdx
index 5c4db20b29..c46d89caf8 100644
--- a/packages/storybook-vue/stories/components/button/Button.stories.mdx
+++ b/packages/storybook-vue/stories/components/button/Button.stories.mdx
@@ -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);
@@ -235,7 +236,7 @@ For Shadow Parts, please inspect the element's #shadow.
```html
-Label
+Label
```
## Disabled
@@ -288,10 +289,9 @@ For Shadow Parts, please inspect the element's #shadow.
```html
-Label
+Label
```
-
## With Icon Before