Skip to content

Commit

Permalink
Design changes for margin in banner and font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieshark committed Sep 6, 2024
1 parent eb55b50 commit d9684af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/primer/alpha/select_panel.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<% if error_content? %>
<%= error_content %>
<% else %>
<h2 class="f5">Sorry, something went wrong.</h2>
<h2 class="f6 text-normal">Sorry, something went wrong.</h2>
<% end %>
<% end %>
</div>
Expand Down Expand Up @@ -79,7 +79,7 @@
<% else %>
<div class="pt-2 pb-2">
<%= render Primer::Beta::Octicon.new(icon: :alert, color: :danger) %>
<h2 class="f5">Sorry, something went wrong.</h2>
<h2 class="f5 mt-3">Sorry, something went wrong.</h2>
</div>
<% end %>
</div>
Expand Down

0 comments on commit d9684af

Please sign in to comment.