Skip to content

Commit

Permalink
Add danger color to false positive button
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyMineshaft committed Oct 29, 2023
1 parent d2def58 commit f48e120
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/AnnulQueueModal/AnnulQueueModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,10 @@ export function AnnulQueueModal({
</div>
<div className="close">
{forDetectedAI && (
<button className="false-pos-btn" onClick={markFalsePositive}>
<button
className="false-pos-btn danger"
onClick={markFalsePositive}
>
Mark False Positive
</button>
)}
Expand Down

0 comments on commit f48e120

Please sign in to comment.