Skip to content

Commit

Permalink
feat(button-group): [button-group] Adapting to the SMB theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Youyou-smiles committed Sep 11, 2024
1 parent 47e0fb8 commit 8f389bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="tag">
<tiny-button-group :data="groupDataTag" v-model="checkedVal">
<template #btn="{ sup }">
<tiny-tag type="danger" class="tiny-only-icon" size="small">
<tiny-tag type="warning" class="tiny-only-icon" size="small">
<component :is="sup.icon"></component>
{{ sup.text }}
</tiny-tag>
Expand Down Expand Up @@ -121,7 +121,6 @@ const groupDataTag = ref([
</style>

<style>
.demo-button p {
margin: 16px 0 8px 0;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/button-group/sup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="tag">
<tiny-button-group :data="groupData2" v-model="checkedVal">
<template #btn="{ sup }">
<tiny-tag type="danger" class="tiny-only-icon" size="small">
<tiny-tag type="warning" class="tiny-only-icon" size="small">
<component :is="sup.icon"></component>
{{ sup.text }}
</tiny-tag>
Expand Down

0 comments on commit 8f389bb

Please sign in to comment.