mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Update index.html.erb (#337)
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
value: @start_date.strftime("%Y-%m-%d"),
|
||||
data: { auto_submit_form_target: "auto" },
|
||||
autocomplete: "off",
|
||||
class: "px-3 py-1.5 border border-primary rounded-lg text-sm" %>
|
||||
class: "px-3 py-1.5 border border-primary rounded-lg text-sm bg-container-inset text-primary" %>
|
||||
</div>
|
||||
<span class="text-secondary">—</span>
|
||||
<div class="flex items-center gap-2">
|
||||
@@ -63,7 +63,7 @@
|
||||
value: @end_date.strftime("%Y-%m-%d"),
|
||||
data: { auto_submit_form_target: "auto" },
|
||||
autocomplete: "off",
|
||||
class: "px-3 py-1.5 border border-primary rounded-lg text-sm" %>
|
||||
class: "px-3 py-1.5 border border-primary rounded-lg text-sm bg-container-inset text-primary" %>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user