Skip to content

Commit

Permalink
fix(app): rename dots to more
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Mar 18, 2019
1 parent 2011b8b commit e2d3a51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Dropdown/Dropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default (asStory: *) => {
.add('with menu', () => (
<Dropdown defaultOpen={ false }>
<Dropdown.Head>
<Icon name="Dots" color="LIGHT_GRAY2" />
<Icon name="More" color="LIGHT_GRAY2" />
</Dropdown.Head>
<Dropdown.Body forceRender>
<Menu>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SecondaryNavigationItem extends React.PureComponent<SecondaryNavigationIte
<SecondaryNavigationItemActionsTag>
<Dropdown isOpen={ openedActions } onCloseDropdown={ this.closeActions } onOpenDropdown={ this.openActions }>
<Dropdown.Head stopClickPropagation>
<Icon size="sm" name="Dots" color="GRAY5" />
<Icon size="sm" name="More" color="GRAY5" />
</Dropdown.Head>
<Dropdown.Body preventOverflow withPortal>
<Menu>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Table/Table.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export default (asStory) => {
<Table.BodyCell>
<Dropdown defaultOpen={ false }>
<Dropdown.Head>
<Icon name="Dots" color="LIGHT_GRAY2" />
<Icon name="More" color="LIGHT_GRAY2" />
</Dropdown.Head>
<Dropdown.Body pin="right">
<Menu>
Expand Down Expand Up @@ -443,7 +443,7 @@ export default (asStory) => {
<Table.BodyCell>
<Dropdown defaultOpen={ false }>
<Dropdown.Head>
<Icon name="Dots" color="LIGHT_GRAY2" />
<Icon name="More" color="LIGHT_GRAY2" />
</Dropdown.Head>
<Dropdown.Body pin="right">
<Menu>
Expand Down

0 comments on commit e2d3a51

Please sign in to comment.