Skip to content

Commit

Permalink
Fixed text color in Base component
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed Jul 5, 2024
1 parent 234911e commit ab5bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/basic_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ def initialize(version:)
end

def view_template(&)
p(class: "text-lg text-gray-800") { "Hello from Phlex #{@version} 💪🏼" }
p(class: "text-lg text-gray-600") { "Hello from Phlex #{@version} 💪🏼" }
end
end

0 comments on commit ab5bc1a

Please sign in to comment.