mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(segment-view): add missing ionic theme fallback to the segment-view (#30002)
## What is the current behavior? Segment view does not contains styling once at ionic theme. ## What is the new behavior? Same default style as md should be added. ## Does this introduce a breaking change? - [ ] Yes - [X] No
This commit is contained in:
@ -8,6 +8,7 @@ import type { SegmentViewScrollEvent } from './segment-view-interface';
|
|||||||
styleUrls: {
|
styleUrls: {
|
||||||
ios: 'segment-view.ios.scss',
|
ios: 'segment-view.ios.scss',
|
||||||
md: 'segment-view.md.scss',
|
md: 'segment-view.md.scss',
|
||||||
|
ionic: 'segment-view.md.scss',
|
||||||
},
|
},
|
||||||
shadow: true,
|
shadow: true,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user