tooot/src/utils/helpers/androidActionSheetStyles.ts

6 lines
221 B
TypeScript

export const androidActionSheetStyles = (colors: any) => ({
containerStyle: { backgroundColor: colors.backgroundDefault },
textStyle: { color: colors.primaryDefault },
titleTextStyle: { color: colors.secondary }
})