Skip to content

Commit

Permalink
fix: revert default arrows_up for Moon.Design
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatorecriscioneweb committed Jan 23, 2024
1 parent f1f9c2e commit f795c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moon/design/table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule Moon.Design.Table do
prop(body_attrs, :map, default: %{})

@doc "Icon for sorting"
prop(sorting_icon, :string, default: "controls_chevron_up_small")
prop(sorting_icon, :string, default: "arrows_up")

@doc "Icon color for sorting"
prop(sorting_icon_color, :string)
Expand Down

0 comments on commit f795c26

Please sign in to comment.