Skip to content

Commit 8ae8606

Browse files
pierry01claude
andcommitted
refactor(native_select): drop hardcoded chevron from NativeSelectIcon
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 34332cd commit 8ae8606

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gem/lib/ruby_ui/native_select/native_select_icon.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ def icon
2525
stroke_linejoin: "round",
2626
class: "size-4",
2727
aria_hidden: "true"
28-
) do |s|
29-
s.path(d: "m6 9 6 6 6-6")
30-
end
28+
)
3129
end
3230

3331
def default_attrs

0 commit comments

Comments
 (0)