Skip to content

Commit

Permalink
worflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Asad520 committed Feb 11, 2024
1 parent be92bef commit 36f5646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Lint
on:
push:
branches-ignore:
pull_request:
branches:
- '*' # Run linting on pull requests

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion src/components/picker/picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Select = () => {

return (
<Picker
style={{ ...styles.pickerStyle, color: 'black' }}
style={styles.pickerStyle}
selectedValue={selectedLanguage}
onValueChange={(itemValue) => setSelectedLanguage(itemValue)}
dropdownIconColor="red">
Expand Down

0 comments on commit 36f5646

Please sign in to comment.