(fix) text color

pull/1844/head
Gabriel Rodriguez Alsina 6 years ago
parent 82c8a684f2
commit cf8255ab9e
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex

@ -61,7 +61,7 @@
<h3 class="address-detail-hash-title <%= if BlockScoutWeb.AddressView.contract?(@address) do %>contract-address<% end %>" data-test="address_detail_hash"><%= @address %></h3>
<div class="d-flex flex-column flex-lg-row justify-content-start text-muted">
<%= if address_name = primary_name(@address) do %>
<strong class="mr-4 mb-2 text-primary"><%= address_name %></strong>
<strong class="mr-4 mb-2 text-dark"><%= address_name %></strong>
<% end %>
<%= if @address.token do %>
<span class="mr-4 mb-2">

Loading…
Cancel
Save