Skip to content

Commit fefb1ec

Browse files
committed
added mode=ios to all headers in showcase
1 parent d403556 commit fefb1ec

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/header/test/condense-modal

1 file changed

+1
-1
lines changed

core/src/components/header/test/condense-modal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// create component to open
5050
const element = document.createElement('div');
5151
element.innerHTML = `
52-
<ion-header translucent="true" id="smallTitleHeader">
52+
<ion-header translucent="true" id="smallTitleHeader" mode="ios">
5353
<div style="position: absolute; left: 0; right: 0; bottom: 0">
5454
<img style="transform: rotate(180deg)" src="/src/components/header/test/img.jpg" />
5555
</div>

0 commit comments

Comments
 (0)