Skip to content

Commit

Permalink
fix: change text color for offline search box
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-ruxandra committed Dec 19, 2024
1 parent b910c6e commit 5853f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const styles = StyleSheet.create({
container: {
backgroundColor: convertColorProp('background.default'),
borderWidth: 1,
borderColor: convertColorProp('grey.300'),
borderColor: convertColorProp('text.secondary'),
paddingHorizontal: 12,
paddingVertical: 4,
marginHorizontal: 12,
Expand Down

0 comments on commit 5853f2b

Please sign in to comment.