Skip to content

Commit 52c2cb0

Browse files
committed
Add pressed state to email subs
1 parent ff0288d commit 52c2cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dashboard/user_management/EditableSubscriptionsCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ const EditableSubscriptionsCell: React.FC<EditableSubscriptionsCellProps> = ({
343343
display="flex"
344344
alignItems="center"
345345
_hover={{ bg: 'neutralGray.100' }}
346+
_active={{ bg: 'neutralGray.300' }}
346347
onClick={(e) => handleSubjectChange(subject.id, e)}
347348
cursor="pointer"
348349
>

0 commit comments

Comments
 (0)