Skip to content

Commit fe2921a

Browse files
committed
style: update button comment
1 parent 6164261 commit fe2921a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/button/button.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ export class Button implements ComponentInterface, AnchorInterface, ButtonInterf
7979
/**
8080
* Set to `"clear"` for a transparent button that resembles a flat button, to `"outline"`
8181
* for a transparent button with a border, or to `"solid"` for a button with a filled background.
82-
* The default fill is `"solid"` except inside of a toolbar, where the default is `"clear"`.
82+
* The default fill is `"solid"` except when inside of a datetime or toolbar, where the default
83+
* is `"clear"`.
8384
*/
8485
@Prop({ reflect: true, mutable: true }) fill?: 'clear' | 'outline' | 'solid' | 'default';
8586

0 commit comments

Comments
 (0)