Revert "slice 4: accent palette refinement — blue → teal"

This reverts commit 52fe7bceb6.
This commit is contained in:
2026-05-15 23:49:36 +00:00
parent 52fe7bceb6
commit 959e3980ae
109 changed files with 937 additions and 937 deletions

View File

@@ -22,7 +22,7 @@ export default function GlobalError({
)}
<button
onClick={() => reset()}
style={{ padding: "8px 16px", background: "#5B7C8D", color: "white", border: 0, cursor: "pointer", borderRadius: 2 }}
style={{ padding: "8px 16px", background: "#3b82f6", color: "white", border: 0, cursor: "pointer", borderRadius: 2 }}
>
Try again
</button>