mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
feat(item-option): add hue property for the ionic theme (#30332)
Issue number: internal --------- ## What is the current behavior? The item option component does not support the `hue` property. ## What is the new behavior? Adds support for the `subtle` hue for the item option. Defaults to `subtle`. ## Does this introduce a breaking change? - [ ] Yes - [x] No
This commit is contained in:
@ -554,6 +554,7 @@ export const IonItemOption: StencilVueComponent<JSX.IonItemOption> = /*@__PURE__
|
||||
'download',
|
||||
'expandable',
|
||||
'href',
|
||||
'hue',
|
||||
'rel',
|
||||
'target',
|
||||
'type',
|
||||
|
Reference in New Issue
Block a user