tooot/src/utils/helpers/androidActionSheetStyles.ts

6 lines
221 B
TypeScript
Raw Normal View History

2022-12-19 22:36:30 +01:00
export const androidActionSheetStyles = (colors: any) => ({
containerStyle: { backgroundColor: colors.backgroundDefault },
textStyle: { color: colors.primaryDefault },
titleTextStyle: { color: colors.secondary }
})