SpeedDial button prop update
parent
040ea8b9fd
commit
2a1f76efcf
|
@ -66,7 +66,7 @@ export default {
|
|||
actionButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return { severity: 'secondary', text: true, rounded: true, size: 'small' };
|
||||
return { severity: 'secondary', rounded: true, size: 'small' };
|
||||
}
|
||||
},
|
||||
ariaLabelledby: {
|
||||
|
|
|
@ -276,7 +276,7 @@ export interface SpeedDialProps {
|
|||
/**
|
||||
* Used to pass all properties of the ButtonProps to the item component.
|
||||
* @type {ButtonProps}
|
||||
* @defaultValue { severity: 'secondary', text: true, rounded: true, size: 'small' }
|
||||
* @defaultValue { severity: 'secondary', rounded: true, size: 'small' }
|
||||
*/
|
||||
actionButtonProps?: object | undefined;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue