Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 25c5be7

Browse files
committed
OOPS
1 parent 2a41330 commit 25c5be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/docs/radio_button.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def view_template
3030
render Docs::VisualCodeExample.new(title: "Disabled", context: self) do
3131
<<~RUBY
3232
div(class: "flex flex-row items-center gap-2") do
33-
RadioButton(id: "disabled", disabled: true)
33+
RadioButton(class: "peer",id: "disabled", disabled: true)
3434
FormFieldLabel(for: "disabled") { "Disabled" }
3535
end
3636
RUBY

0 commit comments

Comments
 (0)