Skip to content

Commit

Permalink
Merge branch 'fix/ONE-2889-dropdown-accessory' into 'main'
Browse files Browse the repository at this point in the history
[ONE-2889] Fixed dropdown accessory

Closes ONE-2889

See merge request procivis/one/one-react-native-components!137
  • Loading branch information
procivisAG committed Aug 30, 2024
2 parents 4dfe961 + a170fc9 commit ad67a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@procivis/one-react-native-components",
"version": "0.1.35",
"version": "0.1.36",
"description": "Common Procivis ONE UI components for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/icons/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const DropdownInputIcon: FC = () => {
<Svg width={24} height={24} viewBox="0 0 24 24" fill="none">
<Path
d="M8 10.8707L11.9994 15L16 10.8707L15.1555 10L11.9994 13.2586L8.84211 10L8 10.8707Z"
fill={colorScheme.background}
fill={colorScheme.text}
/>
</Svg>
);
Expand Down

0 comments on commit ad67a76

Please sign in to comment.