fix: correct tw styling

This commit is contained in:
Scott Wilson
2025-07-11 20:56:38 -07:00
parent eee0be55fd
commit 1bab3ecdda

View File

@@ -168,7 +168,7 @@ export const SecretApprovalRequestAction = ({
isChecked={byPassApproval}
id="byPassApproval"
checkIndicatorBg="text-white"
className={twMerge("mr-2", byPassApproval ? "!bg-red/30/10 !border-red/50" : "")}
className={twMerge("mr-2", byPassApproval ? "!border-red/50 !bg-red/30" : "")}
>
<span className="text-sm">
Merge without waiting for approval (bypass secret change policy)