diff --git a/src/components/BottomNavigation.js b/src/components/BottomNavigation.js index 28dff89d92..1483254d25 100644 --- a/src/components/BottomNavigation.js +++ b/src/components/BottomNavigation.js @@ -595,7 +595,7 @@ class BottomNavigation extends React.Component, State> { .rgb() .string(); - const touchColor = color(textColor) + const touchColor = color(activeColor) .alpha(0.12) .rgb() .string();