File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default () => (
6
6
< Navbar sliding backLink = "Back" title = "Badge" >
7
7
< NavRight >
8
8
< Link iconOnly >
9
- < Icon ios = "f7:person_fill" md = "material:person" className = "icon Icons ios-only" >
9
+ < Icon ios = "f7:person_fill" md = "material:person" >
10
10
< Badge color = "red" > 5</ Badge >
11
11
</ Icon >
12
12
</ Link >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default () => (
93
93
< Button round > Button</ Button >
94
94
< Button round active > Active</ Button >
95
95
</ Segmented >
96
- < Segmented round round tag = "p" >
96
+ < Segmented raised round tag = "p" >
97
97
< Button round outline > Outline</ Button >
98
98
< Button round outline > Outline</ Button >
99
99
< Button round outline active > Active</ Button >
Original file line number Diff line number Diff line change 3
3
<f7-navbar sliding back-link =" Back" title =" Badge" >
4
4
<f7-nav-right >
5
5
<f7-link icon-only >
6
- <f7-icon ios =" f7:person_fill" md =" material:person" class = " icon f7-icons ios-only " >
6
+ <f7-icon ios =" f7:person_fill" md =" material:person" >
7
7
<f7-badge color =" red" >5</f7-badge >
8
8
</f7-icon >
9
9
</f7-link >
Original file line number Diff line number Diff line change 90
90
<f7-button round >Button</f7-button >
91
91
<f7-button round active >Active</f7-button >
92
92
</f7-segmented >
93
- <f7-segmented round round tag =" p" >
93
+ <f7-segmented raised round tag =" p" >
94
94
<f7-button round outline >Outline</f7-button >
95
95
<f7-button round outline >Outline</f7-button >
96
96
<f7-button round outline active >Active</f7-button >
You can’t perform that action at this time.
0 commit comments