Skip to content

Commit fcf74c9

Browse files
Add pressed state to email subs (#125)
Co-authored-by: Chinemerem <[email protected]>
1 parent 3379526 commit fcf74c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dashboard/user_management/EditableSubscriptionsCell.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ const EditableSubscriptionsCell: React.FC<EditableSubscriptionsCellProps> = ({
338338
display="flex"
339339
alignItems="center"
340340
_hover={{ bg: 'neutralGray.100' }}
341+
_active={{ bg: 'neutralGray.300' }}
341342
onClick={(e) => handleSubjectChange(subject.id, e)}
342343
cursor="pointer"
343344
>

0 commit comments

Comments
 (0)