Skip to content

Commit

Permalink
fix: Missing legacy icons (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jun 4, 2020
1 parent 8b63483 commit 1d74390
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fuselage-ui-kit/src/Overflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Overflow = ({ context, options, parser, ...element }) => {
onKeyDown={handleKeyDown}
mod-loading={loading}
>
<Icon name='menu' size={20} />
<Icon name='kebab' size={20} />
</Button>
<PositionAnimated
width='auto'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"update-storybook": "cross-env NODE_ENV=loki run-s build-storybook loki:update"
},
"peerDependencies": {
"@rocket.chat/fuselage-hooks": "^0.3.0",
"@rocket.chat/fuselage-hooks": "^0.9.0",
"@rocket.chat/icons": "^0.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"@rocket.chat/css-in-js": "^0.9.0",
"@rocket.chat/fuselage-tokens": "^0.9.0",
"@rocket.chat/icons": "^0.9.0",
"invariant": "^2.2.4",
"react-keyed-flatten-children": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Menu = ({
onKeyDown={handleKeyDown}
{...props}
>
<Icon name='menu' size={20} />
<Icon name='kebab' size={20} />
</Button>
<PositionAnimated
width='auto'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/aliases/menu.svg
1 change: 1 addition & 0 deletions packages/icons/src/aliases/user-rounded.svg

0 comments on commit 1d74390

Please sign in to comment.