Skip to content

Commit

Permalink
chore: tweak chips demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed May 3, 2023
1 parent 5c2793b commit 81321f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kitchen-sink/react/src/pages/chips.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default () => {
<img slot="media" src="https://cdn.framework7.io/placeholder/people-100x100-7.jpg" />
</Chip>
<Chip text="Jennifer" mediaBgColor="pink" media="J" />
<Chip text="Chris" mediaBgColor="yellow" mediaTextColor="black" media="C" />
<Chip text="Chris" mediaBgColor="yellow" media="C" />
<Chip text="Kate" mediaBgColor="red" media="K" />
</Block>
<BlockTitle>Deletable Chips / Tags</BlockTitle>
Expand Down
2 changes: 1 addition & 1 deletion kitchen-sink/svelte/src/pages/chips.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<img slot="media" src="https://cdn.framework7.io/placeholder/people-100x100-7.jpg" />
</Chip>
<Chip text="Jennifer" mediaBgColor="pink" media="J" />
<Chip text="Chris" mediaBgColor="yellow" mediaTextColor="black" media="C" />
<Chip text="Chris" mediaBgColor="yellow" media="C" />
<Chip text="Kate" mediaBgColor="red" media="K" />
</Block>
<BlockTitle>Deletable Chips / Tags</BlockTitle>
Expand Down
1 change: 0 additions & 1 deletion kitchen-sink/vue/src/pages/chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
text="Chris"
media="C"
media-bg-color="orange"
text-color="black"
deleteable
@delete="deleteChip"
></f7-chip>
Expand Down

0 comments on commit 81321f7

Please sign in to comment.