mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix iOS trans bg color
This commit is contained in:
@ -100,7 +100,7 @@ export class PaneController {
|
|||||||
selector: 'ion-pane',
|
selector: 'ion-pane',
|
||||||
classId: 'nav',
|
classId: 'nav',
|
||||||
host: {
|
host: {
|
||||||
['[class.show-page]']: 'showPane'
|
['[class.show-pane]']: 'showPane'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@View({
|
@View({
|
||||||
|
Reference in New Issue
Block a user