Skip to content

Commit

Permalink
Q&A Search filter styling (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Dec 19, 2024
1 parent d1f12a3 commit 55a59e8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion components/search-filter-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const SearchFilterScreen_ = ({navigation, route}) => {
noSettingText="Any"
onPress={onPressQAndAAnswers}
icon={
() => <QAndADevice color="black" fontSize={14} />
() => <QAndADevice color="black" isBold={true} fontSize={16} />
}
/>
<DefaultText
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@xmldom/xmldom": "^0.8.10",
"@xmpp/client": "^0.13.1",
"date-fns": "^2.30.0",
"expo": "~52.0.19",
"expo": "~52.0.20",
"expo-av": "~15.0.1",
"expo-checkbox": "~4.0.0",
"expo-clipboard": "~7.0.0",
Expand All @@ -34,7 +34,7 @@
"expo-image-picker": "~16.0.2",
"expo-linear-gradient": "~14.0.1",
"expo-notifications": "^0.29.11",
"expo-screen-orientation": "~8.0.0",
"expo-screen-orientation": "~8.0.2",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "^0.29.18",
"expo-status-bar": "~2.0.0",
Expand Down

0 comments on commit 55a59e8

Please sign in to comment.