Skip to content

Commit

Permalink
Change base text size to prevent user zoom focus on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
joelzwarrington committed Dec 25, 2024
1 parent 1069eca commit 122c9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atomic_view/components/field_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def initialize(form, object_name, method_name, options = {}, tag_klass = ActionV

def html_class
class_names(
*%W[block w-full h-9 min-w-0 z-10 flex-1 rounded-md border-0 py-1 text-sm shadow-sm ring-1],
*%W[block w-full h-9 min-w-0 z-10 flex-1 rounded-md border-0 py-1 text-base shadow-sm ring-1],
"disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200",
"text-gray-900 ring-gray-300 placeholder:text-gray-400 focus:ring-neutral-700",
"pl-10" => left_section? && !(left_section_addon? || left_section_interaction?),
Expand Down

0 comments on commit 122c9a9

Please sign in to comment.