Skip to content

Commit a3c52ff

Browse files
committed
docs
1 parent 670ebb2 commit a3c52ff

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
@@ -3833,7 +3833,7 @@ export namespace Components {
38333833
*/
38343834
"htmlAttributes"?: { [key: string]: any };
38353835
/**
3836-
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors.
3836+
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors. Only applies to the `ionic` theme.
38373837
*/
38383838
"hue"?: 'bold' | 'subtle';
38393839
/**
@@ -9365,7 +9365,7 @@ declare namespace LocalJSX {
93659365
*/
93669366
"htmlAttributes"?: { [key: string]: any };
93679367
/**
9368-
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors.
9368+
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for a toast with muted, subtle colors. Only applies to the `ionic` theme.
93699369
*/
93709370
"hue"?: 'bold' | 'subtle';
93719371
/**

core/src/components/toast/toast.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export class Toast implements ComponentInterface, OverlayInterface {
138138
/**
139139
* Set to `"bold"` for a toast with vibrant, bold colors or to `"subtle"` for
140140
* a toast with muted, subtle colors.
141+
*
142+
* Only applies to the `ionic` theme.
141143
*/
142144
@Prop() hue?: 'bold' | 'subtle' = 'subtle';
143145

0 commit comments

Comments
 (0)