Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 0cea2f1

Browse files
committed
style(menu): set item lines to inset (doesn't work)
1 parent e43f995 commit 0cea2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<fiv-router-item position="right" shape="dot" [matchChildUrl]="false" [pageUrl]="p.url" *ngFor="let p of appPages">
1515
<ion-menu-toggle auto-hide="false">
1616
<fiv-ripple>
17-
<ion-item>
17+
<ion-item line="inset">
1818
<ion-icon slot="start" [name]="p.icon"></ion-icon>
1919
<ion-label>
2020
{{p.title}}

0 commit comments

Comments
 (0)