diff --git a/src/components/input/index.tsx b/src/components/input/index.tsx index bed315ef7..3f5b3a5a6 100644 --- a/src/components/input/index.tsx +++ b/src/components/input/index.tsx @@ -221,7 +221,7 @@ const styles = StyleSheet.create({ minHeight: 80, }), containerActive: castStyle.view({ - backgroundColor: sharedColors.input.active, + backgroundColor: sharedColors.background.accent, }), contentPadding: castStyle.view({ paddingBottom: 18, diff --git a/src/shared/constants/colors.ts b/src/shared/constants/colors.ts index 739cf4ddd..5d7589644 100644 --- a/src/shared/constants/colors.ts +++ b/src/shared/constants/colors.ts @@ -19,10 +19,6 @@ export const sharedColors = { highlight: '#575757', light: '#FBFBFB', }, - input: { - active: '#3A3A3A', - inactive: '#252525', - }, text: { primary: '#fff', secondary: '#000',