Changed Color Palette to something more pleasing

This commit is contained in:
2026-02-17 18:26:37 +02:00
parent bec0e606e6
commit 9c953d5ade
6 changed files with 37 additions and 33 deletions

View File

@@ -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",
}}
>

View File

@@ -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)",
}}
>