File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/routes/@[scope]/~ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ export function MemberItem(props: MemberItemProps) {
118
118
< form method = "POST" class = "contents" >
119
119
< input type = "hidden" name = "userId" value = { member . user . id } />
120
120
< button
121
- class = "hover:underline disabled:text-jsr-gray-300 disabled:cursor-not-allowed"
121
+ class = "hover:underline disabled:text-jsr-gray-300 disabled:cursor-not-allowed hover:text-red-600 motion-safe:transition-colors "
122
122
name = "action"
123
123
value = "deleteMember"
124
124
disabled = { props . isLastAdmin }
125
125
title = { props . isLastAdmin
126
126
? "This is the last admin in this scope. Promote another member to admin before removing this one."
127
127
: "Remove user" }
128
128
>
129
- < TrashCan class = "h-4 w-4 " />
129
+ < TrashCan class = "h-5 w-5 " />
130
130
</ button >
131
131
</ form >
132
132
</ div >
You can’t perform that action at this time.
0 commit comments