MCPcopy Index your code
hub / github.com/callstack/react-native-paper / getStackedFABBackgroundColor

Function getStackedFABBackgroundColor

src/components/FAB/utils.ts:329–334  ·  view source on GitHub ↗
({ theme }: { theme: InternalTheme })

Source from the content-addressed store, hash-verified

327};
328
329const getStackedFABBackgroundColor = ({ theme }: { theme: InternalTheme }) => {
330 if (theme.isV3) {
331 return theme.colors.elevation.level3;
332 }
333 return theme.colors.surface;
334};
335
336export const getFABGroupColors = ({
337 theme,

Callers 1

getFABGroupColorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…