Minor Refinements to Colours

This commit is contained in:
2026-02-17 18:50:18 +02:00
parent 9c953d5ade
commit b061b7ab9d
11 changed files with 20 additions and 18 deletions

View File

@@ -65,7 +65,7 @@ export default function DeviceList() {
<button
onClick={() => navigate("/devices/new")}
className="px-4 py-2 text-sm rounded-md hover:opacity-90 transition-colors cursor-pointer"
style={{ backgroundColor: "var(--btn-primary)", color: "var(--text-heading)" }}
style={{ backgroundColor: "var(--btn-primary)", color: "var(--text-white)" }}
>
Add Device
</button>
@@ -219,7 +219,7 @@ export default function DeviceList() {
<button
onClick={() => navigate(`/devices/${device.id}/edit`)}
className="hover:opacity-80 text-xs cursor-pointer"
style={{ color: "var(--accent)" }}
style={{ color: "var(--text-link)" }}
>
Edit
</button>