Skip to content

Commit

Permalink
SHADCN ROWS
Browse files Browse the repository at this point in the history
  • Loading branch information
pierry01 committed Sep 23, 2024
1 parent 1fd728b commit 91248f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbui/textarea/textarea.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module RBUI
class Textarea < Base
def initialize(rows: 8, **attrs)
def initialize(rows: 4, **attrs)
@rows = rows
super(**attrs)
end
Expand Down

0 comments on commit 91248f1

Please sign in to comment.