({ theme }: { theme: InternalTheme })
| 327 | }; |
| 328 | |
| 329 | const getStackedFABBackgroundColor = ({ theme }: { theme: InternalTheme }) => { |
| 330 | if (theme.isV3) { |
| 331 | return theme.colors.elevation.level3; |
| 332 | } |
| 333 | return theme.colors.surface; |
| 334 | }; |
| 335 | |
| 336 | export const getFABGroupColors = ({ |
| 337 | theme, |
no outgoing calls
no test coverage detected
searching dependent graphs…