mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
fix: example buttons in darkmode (#2719)
This commit is contained in:
parent
79e084542c
commit
1136d26353
@ -86,8 +86,8 @@ return `<form hx-put="/contact/1" hx-target="this" hx-swap="outerHTML">
|
||||
<label for="email">Email Address</label>
|
||||
<input type="email" id="email" name="email" value="${contact.email}">
|
||||
</div>
|
||||
<button class="btn" type="submit">Submit</button>
|
||||
<button class="btn" hx-get="/contact/1">Cancel</button>
|
||||
<button class="btn primary" type="submit">Submit</button>
|
||||
<button class="btn danger" hx-get="/contact/1">Cancel</button>
|
||||
</form>`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user