Skip to main content

Function: speedDialOverride()

speedDialOverride(theme): object

Parameters

ParameterType
themeTheme

Returns

object

MuiSpeedDialAction

MuiSpeedDialAction: object

MuiSpeedDialAction.styleOverrides

styleOverrides: object

MuiSpeedDialAction.styleOverrides.staticTooltipLabel

staticTooltipLabel: object

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.backgroundColor

backgroundColor: string

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.boxShadow

boxShadow: string

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.color

color: string = theme.palette.common.white

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.fontSize

fontSize: FontSize<string | number> | undefined = theme.typography.subtitle2.fontSize

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.fontWeight

fontWeight: FontWeight | undefined = theme.typography.subtitle2.fontWeight

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.maxWidth

maxWidth: number = 200

MuiSpeedDialAction.styleOverrides.staticTooltipLabel.whiteSpace

whiteSpace: string = 'nowrap'