diff --git a/src/screens/StarterPack/Main/index.tsx b/src/screens/StarterPack/Main/index.tsx index c6cea3a5d7..0e4d395ccf 100644 --- a/src/screens/StarterPack/Main/index.tsx +++ b/src/screens/StarterPack/Main/index.tsx @@ -132,10 +132,12 @@ function Header({ a.justify_center, a.rounded_sm, {backgroundColor: t.palette.primary_500}, - state.hovered && {backgroundColor: t.palette.primary_600}, + (state.hovered || state.pressed) && { + backgroundColor: t.palette.primary_600, + }, ]} {...props}> - + Share