Skip to content

Commit

Permalink
docs(app): remove tag size
Browse files Browse the repository at this point in the history
  • Loading branch information
Selemondev authored and Selemondev committed Aug 17, 2023
1 parent a002b47 commit 61dd4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/components/Tag/tagRounded.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<WTag value="Search" variant="primary" rounded="md" />
<WTag value="Search" variant="success" rounded="lg" />
<WTag value="Search" variant="warning" rounded="xl" />
<WTag value="Search" variant="danger" size="xl" rounded="2xl" />
<WTag value="Search" variant="danger" rounded="2xl" />
</div>
</div>
</template>

0 comments on commit 61dd4f1

Please sign in to comment.