Skip to content

Commit

Permalink
[#55581] reduce email font size
Browse files Browse the repository at this point in the history
  • Loading branch information
EinLama committed Nov 22, 2024
1 parent 094cf21 commit 95183a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/users/hover_card_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See COPYRIGHT and LICENSE files for more details.

if show_email?
f.with_column do
render(Primer::Beta::Text.new(color: :muted)) { @user.mail }
render(Primer::Beta::Text.new(font_size: :small, color: :muted)) { @user.mail }
end
end
end
Expand Down

0 comments on commit 95183a7

Please sign in to comment.