Merge pull request #1173 from navi-infra/INFRA-3232-patch-1

INFRA-3232 | Dhruv | Update button color
This commit is contained in:
Dhruv Joshi
2024-08-27 13:16:54 +05:30
committed by GitHub

View File

@@ -172,7 +172,7 @@ public class ChangeRequestSlackUtil {
slackUtil.createButton("Reject", getButtonValue(approvalRequest.getId()),
"changeRequestReject", SlackElementStyle.DANGER),
slackUtil.createButton("Close", getButtonValue(changeRequest.getId()),
"changeRequestClose", SlackElementStyle.PRIMARY)
"changeRequestClose", SlackElementStyle.DANGER)
));
}