Skip to content

Commit

Permalink
v1.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Izet Molla authored and Izet Molla committed Aug 6, 2023
1 parent e1df5da commit 977dff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-themeui",
"version": "1.1.22",
"version": "1.1.24",
"description": "Essential cross-platform UI components for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 2 additions & 0 deletions src/contexts/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const colors: { light: any; dark: any } = {
backgroundColor: 'blue',
},
TextInput: {
darkTheme: false,
inputStyles: {
color: 'rgb(28, 28, 30)',
},
Expand Down Expand Up @@ -104,6 +105,7 @@ export const colors: { light: any; dark: any } = {
backgroundColor: 'blue',
},
TextInput: {
darkTheme: true,
inputStyles: {
color: 'rgb(229, 229, 231)',
},
Expand Down

0 comments on commit 977dff8

Please sign in to comment.