Skip to content

Commit e7aa31a

Browse files
committed
fixup! refactor: replace <button> with <f-button> in examples (refs SFKUI-7309)
1 parent 244e034 commit e7aa31a

7 files changed

+5
-1
lines changed
-29 Bytes
Loading
123 Bytes
Loading
-50 Bytes
Loading
-14 Bytes
Loading
-29 Bytes
Loading
17 Bytes
Loading

packages/vue/src/design-component-tests/Button/examples/ButtonButtonGroupFullWidthExample.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ export default defineComponent({
118118
>
119119
Discrete Inverted
120120
</f-button>
121-
<f-button class="button-group__item" :mobile-full-width="useFullWidth">
121+
<f-button
122+
class="button-group__item"
123+
:mobile-full-width="useFullWidth"
124+
variant="secondary"
125+
>
122126
Standard
123127
</f-button>
124128
</div>

0 commit comments

Comments
 (0)