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:
José Rio
2024-11-06 16:07:37 +00:00
committed by GitHub
parent c1128dd9a1
commit 1b6f07dfb8

View File

@ -8,6 +8,7 @@ import type { SegmentViewScrollEvent } from './segment-view-interface';
styleUrls: {
ios: 'segment-view.ios.scss',
md: 'segment-view.md.scss',
ionic: 'segment-view.md.scss',
},
shadow: true,
})