Skip to content

Commit f615522

Browse files
committed
KS Tweaks
1 parent 95dc9df commit f615522

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kitchen-sink/react/src/pages/badge.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default () => (
66
<Navbar sliding backLink="Back" title="Badge">
77
<NavRight>
88
<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">
1010
<Badge color="red">5</Badge>
1111
</Icon>
1212
</Link>

kitchen-sink/react/src/pages/buttons.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default () => (
9393
<Button round>Button</Button>
9494
<Button round active>Active</Button>
9595
</Segmented>
96-
<Segmented round round tag="p">
96+
<Segmented raised round tag="p">
9797
<Button round outline>Outline</Button>
9898
<Button round outline>Outline</Button>
9999
<Button round outline active>Active</Button>

kitchen-sink/vue/src/pages/badge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<f7-navbar sliding back-link="Back" title="Badge">
44
<f7-nav-right>
55
<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">
77
<f7-badge color="red">5</f7-badge>
88
</f7-icon>
99
</f7-link>

kitchen-sink/vue/src/pages/buttons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<f7-button round>Button</f7-button>
9191
<f7-button round active>Active</f7-button>
9292
</f7-segmented>
93-
<f7-segmented round round tag="p">
93+
<f7-segmented raised round tag="p">
9494
<f7-button round outline>Outline</f7-button>
9595
<f7-button round outline>Outline</f7-button>
9696
<f7-button round outline active>Active</f7-button>

0 commit comments

Comments
 (0)