fix(datetime): time picker uses new iOS 15 style (#23996)

resolves #23768
This commit is contained in:
Liam DeBeasi
2021-10-05 09:14:52 -04:00
committed by GitHub
parent c20408369b
commit 0ab37b5061
14 changed files with 336 additions and 778 deletions

View File

@ -626,19 +626,6 @@ export default defineComponent({
| `--background` | Background of the segment button |
## Dependencies
### Used by
- [ion-datetime](../datetime)
### Graph
```mermaid
graph TD;
ion-datetime --> ion-segment
style ion-segment fill:#f9f,stroke:#333,stroke-width:4px
```
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*