Make discard button visible against the paper
Switch the discard button from the ghost variant (transparent fill and
border) to the default button style — paper surface with a hairline rule —
so it reads clearly while staying quieter than the accent save button.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ur8Ac6it1THCMG7aqFNVCa
change
commit 000bdf866f6729578760b2975c255b13e9854f4e
author Claude <noreply@anthropic.com>
date
parent 3f2eb4fe
diff --git a/lib/views/capture.rb b/lib/views/capture.rb
index 18789e3..a0df4b9 100644
--- a/lib/views/capture.rb
+++ b/lib/views/capture.rb
@@ -151,7 +151,7 @@ module Domus
                   end
                   button(
                     type: "button",
-                    class: "btn btn-ghost",
+                    class: "btn",
                     "@click": "reset()"
                   ) { plain "Discard" }
                 end