fix flash messages

This commit is contained in:
Alex Turchyn
2023-06-23 00:29:59 +03:00
parent ac5d0c8cc3
commit 4977ee429c
4 changed files with 14 additions and 4 deletions
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="<%= local_assigns[:class] %>" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path>
<path d="M12 9v4"></path>
<path d="M12 16v.01"></path>
</svg>

After

Width:  |  Height:  |  Size: 414 B