Skip to content

Commit

Permalink
fix: use "active" instead of "text" for ripple color (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored and ferrannp committed May 30, 2019
1 parent f150847 commit 1f8e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BottomNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class BottomNavigation<T: *> extends React.Component<Props<T>, State> {
.rgb()
.string();

const touchColor = color(textColor)
const touchColor = color(activeColor)
.alpha(0.12)
.rgb()
.string();
Expand Down

0 comments on commit 1f8e53e

Please sign in to comment.