File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default () => {
52
52
< img slot = "media" src = "https://cdn.framework7.io/placeholder/people-100x100-7.jpg" />
53
53
</ Chip >
54
54
< Chip text = "Jennifer" mediaBgColor = "pink" media = "J" />
55
- < Chip text = "Chris" mediaBgColor = "yellow" mediaTextColor = "black" media = "C" />
55
+ < Chip text = "Chris" mediaBgColor = "yellow" media = "C" />
56
56
< Chip text = "Kate" mediaBgColor = "red" media = "K" />
57
57
</ Block >
58
58
< BlockTitle > Deletable Chips / Tags</ BlockTitle >
Original file line number Diff line number Diff line change 51
51
<img slot =" media" src =" https://cdn.framework7.io/placeholder/people-100x100-7.jpg" />
52
52
</Chip >
53
53
<Chip text =" Jennifer" mediaBgColor =" pink" media =" J" />
54
- <Chip text =" Chris" mediaBgColor =" yellow" mediaTextColor = " black " media =" C" />
54
+ <Chip text =" Chris" mediaBgColor =" yellow" media =" C" />
55
55
<Chip text =" Kate" mediaBgColor =" red" media =" K" />
56
56
</Block >
57
57
<BlockTitle >Deletable Chips / Tags</BlockTitle >
Original file line number Diff line number Diff line change 63
63
text =" Chris"
64
64
media =" C"
65
65
media-bg-color =" orange"
66
- text-color =" black"
67
66
deleteable
68
67
@delete =" deleteChip"
69
68
></f7-chip >
You can’t perform that action at this time.
0 commit comments