Skip to content

Commit

Permalink
remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jun 29, 2024
1 parent 1604461 commit 63e1be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_flash.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="flash" class="absolute top-0 w-full h-0 z-20">
<div class="max-w-xl mx-auto mt-1.5">
<div class="px-4 py-3 rounded-2xl bg-base-200 border border-base-content/30 flex items-center justify-between mx-4 md:mx-0">
<div class="px-4 py-3 rounded-2xl bg-base-200 flex items-center justify-between mx-4 md:mx-0">
<div class="flex items-center space-x-3">
<% if flash[:notice] %>
<%= svg_icon('info_circle', class: 'stroke-info flex-none w-6 h-6') %>
Expand Down

0 comments on commit 63e1be7

Please sign in to comment.