Skip to content

Commit

Permalink
feature/es-1096 [Library] [Local-feature-ES-807] Improper text color …
Browse files Browse the repository at this point in the history
…Edit Profile button (#527)

* update text color of EditProfileButton to white
* update CHANGELOG
* update veritone-react-common version to 10.0.4
  • Loading branch information
seta-nathan committed Oct 13, 2020
1 parent ea65df9 commit 35a0a4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/veritone-react-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,7 @@
* fix to use the users orgId for discovery settings button

## 10.0.3
* add data-test attributes for SimpleSearchBar
* add data-test attributes for SimpleSearchBar

## 10.0.4
* fix EditProfileButton's text color to white
2 changes: 1 addition & 1 deletion packages/veritone-react-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritone-react-common",
"version": "10.0.3",
"version": "10.0.4",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-es.js",
"jsnext:main": "dist/bundle-es.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default {
textTransform: 'capitalize',
backgroundColor: '#4284F4',
marginRight: '10px',
boxShadow: 'none'
boxShadow: 'none',
color: '#FFFFFF'
},
logoutButton: {
marginTop: '20px',
Expand Down

0 comments on commit 35a0a4c

Please sign in to comment.