mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
fix(ui): chart view selector bg color (#2303)
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<%= form.select :chart_view,
|
<%= form.select :chart_view,
|
||||||
[["Total value", "balance"], ["Holdings", "holdings_balance"], ["Cash", "cash_balance"]],
|
[["Total value", "balance"], ["Holdings", "holdings_balance"], ["Cash", "cash_balance"]],
|
||||||
{ selected: chart_view },
|
{ selected: chart_view },
|
||||||
class: "border border-secondary rounded-lg text-sm pr-7 cursor-pointer text-primary focus:outline-hidden focus:ring-0",
|
class: "bg-container border border-secondary rounded-lg text-sm pr-7 cursor-pointer text-primary focus:outline-hidden focus:ring-0",
|
||||||
data: { "auto-submit-form-target": "auto" } %>
|
data: { "auto-submit-form-target": "auto" } %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user