Skip to content

Commit

Permalink
Replace fa icon with our customised one (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsM authored Jun 11, 2020
1 parent e7afb02 commit cf720ef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tyk-technologies/tyk-ui",
"version": "1.1.84",
"version": "1.1.85",
"description": "Tyk UI - ui reusable components",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Combobox/js/Combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ export default class Combobox extends Component {
onKeyDown={() => {}}
>
{ this.getComboboxDisplayData() }
<Icon type="arrow-down" />
<Icon family="tykon" type="arrowdown" />
</li>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Combobox2/js/Combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ function Combobox(props) {
onClick={executeTriggerAction}
onKeyPress={executeTriggerAction}
>
<Icon type="arrow-down" />
<Icon family="tykon" type="arrowdown" />
</div>
)}
</div>
Expand Down

0 comments on commit cf720ef

Please sign in to comment.