Minor Refinements to Colours
This commit is contained in:
@@ -35,8 +35,8 @@ export default function ConfirmDialog({ open, title, message, onConfirm, onCance
|
||||
onClick={onConfirm}
|
||||
className="px-4 py-2 text-sm rounded-md transition-colors"
|
||||
style={{
|
||||
backgroundColor: "var(--danger-btn)",
|
||||
color: "#fff",
|
||||
backgroundColor: "var(--danger)",
|
||||
color: "var(--text-white)",
|
||||
}}
|
||||
>
|
||||
Delete
|
||||
|
||||
Reference in New Issue
Block a user