stage buildpack button style hotfix
@@ -708,8 +708,14 @@ const DeleteButton = styled.button`
justify-content: center;
align-items: center;
border-radius: 50%;
+ cursor: pointer;
color: #aaaabb;
+ :hover {
+ background: #ffffff11;
+ border: 1px solid #ffffff44;
+ }
+
> span {
font-size: 20px;
}