We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2c526 commit 40cb39cCopy full SHA for 40cb39c
src/components/input/index.tsx
@@ -221,7 +221,7 @@ const styles = StyleSheet.create({
221
minHeight: 80,
222
}),
223
containerActive: castStyle.view({
224
- backgroundColor: sharedColors.input.active,
+ backgroundColor: sharedColors.background.accent,
225
226
contentPadding: castStyle.view({
227
paddingBottom: 18,
src/shared/constants/colors.ts
@@ -19,10 +19,6 @@ export const sharedColors = {
19
highlight: '#575757',
20
light: '#FBFBFB',
21
},
22
- input: {
23
- active: '#3A3A3A',
24
- inactive: '#252525',
25
- },
26
text: {
27
primary: '#fff',
28
secondary: '#000',
0 commit comments