Changed Color Palette to something more pleasing
This commit is contained in:
@@ -35,7 +35,7 @@ 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)",
|
||||
backgroundColor: "var(--danger-btn)",
|
||||
color: "#fff",
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -38,7 +38,7 @@ export default function SearchBar({ onSearch, placeholder = "Search..." }) {
|
||||
type="submit"
|
||||
className="px-4 py-2 text-sm rounded-md transition-colors"
|
||||
style={{
|
||||
backgroundColor: "var(--btn-primary)",
|
||||
backgroundColor: "var(--btn-neutral)",
|
||||
color: "var(--text-heading)",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user