Skip to content

Commit

Permalink
Clean up checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 23, 2024
1 parent e677aab commit d59d665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polar_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ defmodule PolarWeb.CoreComponents do
name={@name}
value="true"
checked={@checked}
class="rounded border-slate-300 text-slate-900 focus:ring-0"
class="rounded border-slate-300 text-indigo-600 focus:ring-0"
{@rest}
/>
<%= @label %>
Expand Down

0 comments on commit d59d665

Please sign in to comment.