Skip to content

Commit

Permalink
Merge pull request #123 from vtex-apps/fix/photo-add-plus-button-1.x
Browse files Browse the repository at this point in the history
Fix/photo add plus button 1.x
  • Loading branch information
kaisermann authored Sep 30, 2019
2 parents ee80e3b + 96ef4c1 commit 256aff4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Profile photo plus sign button size.

## [1.10.1] - 2019-09-19

## [0.29.1] - 2019-09-18
Expand Down
5 changes: 3 additions & 2 deletions react/components/Menu/ProfilePicture/UserPicture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ class UserPicture extends Component<Props> {
<React.Fragment>
<PictureRenderer imagePath={imagePath} />
<button
className="absolute bottom-0 right-0 c-on-base--inverted center bg-action-primary br-100 f4 bn pointer"
className="absolute bottom-0 right-0 pa0 c-on-base--inverted bg-action-primary br-100 f5 bn pointer flex justify-center items-center"
style={{ width: 26, height: 26 }}
onClick={this.handleOpenModal}>
+
</button>
<Modal centered isOpen={isModalOpen} onClose={this.handleCloseModal}>
<div className="pv4 ph4">
Expand Down

0 comments on commit 256aff4

Please sign in to comment.