Skip to content

Commit

Permalink
Fixed dropdown accessory
Browse files Browse the repository at this point in the history
  • Loading branch information
procivisAG committed Aug 29, 2024
1 parent 4dfe961 commit a170fc9
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 a170fc9

Please sign in to comment.