diff --git a/modules/auth_saml/app/components/saml/providers/row_component.rb b/modules/auth_saml/app/components/saml/providers/row_component.rb index 67abe31d7bc3..30f6a3de52f0 100644 --- a/modules/auth_saml/app/components/saml/providers/row_component.rb +++ b/modules/auth_saml/app/components/saml/providers/row_component.rb @@ -15,7 +15,7 @@ def column_args(column) def name concat render(Primer::Beta::Link.new( - scheme: :primary, + font_weight: :bold, href: url_for(action: :show, id: provider.id) )) { provider.display_name || provider.name }