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 Trancever committed May 30, 2019
1 parent ffe8ce0 commit 8746aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BottomNavigation.js
Expand Up @@ -596,7 +596,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 8746aba

Please sign in to comment.