From 0d69c9638ccb49ead12f3974e464667d7960751f Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 9 Jun 2024 16:33:38 -0700 Subject: [PATCH] also add pressed state --- src/screens/StarterPack/Main/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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