Skip to content

Commit 1b6f07d

Browse files
authored
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
1 parent c1128dd commit 1b6f07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/segment-view/segment-view.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type { SegmentViewScrollEvent } from './segment-view-interface';
88
styleUrls: {
99
ios: 'segment-view.ios.scss',
1010
md: 'segment-view.md.scss',
11+
ionic: 'segment-view.md.scss',
1112
},
1213
shadow: true,
1314
})

0 commit comments

Comments
 (0)