Skip to content

Commit 65e08a4

Browse files
committed
docs
1 parent 5aa343e commit 65e08a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ export namespace Components {
16971697
*/
16981698
"href": string | undefined;
16991699
/**
1700-
* Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for an option with muted, subtle colors.
1700+
* Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for an option with muted, subtle colors. Only applies to the `ionic` theme.
17011701
*/
17021702
"hue"?: 'bold' | 'subtle';
17031703
/**
@@ -7193,7 +7193,7 @@ declare namespace LocalJSX {
71937193
*/
71947194
"href"?: string | undefined;
71957195
/**
7196-
* Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for an option with muted, subtle colors.
7196+
* Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for an option with muted, subtle colors. Only applies to the `ionic` theme.
71977197
*/
71987198
"hue"?: 'bold' | 'subtle';
71997199
/**

core/src/components/item-option/item-option.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export class ItemOption implements ComponentInterface, AnchorInterface, ButtonIn
6565
/**
6666
* Set to `"bold"` for an option with vibrant, bold colors or to `"subtle"` for
6767
* an option with muted, subtle colors.
68+
*
69+
* Only applies to the `ionic` theme.
6870
*/
6971
@Prop() hue?: 'bold' | 'subtle' = 'subtle';
7072

0 commit comments

Comments
 (0)