Skip to content

Commit 5865f3e

Browse files
committed
Can't be so strong
1 parent d332097 commit 5865f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/peek_app_sdk/ui/odyssey/alerts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ defmodule PeekAppSDK.UI.Odyssey.Alerts do
7676
assigns = assign(assigns, :border_class, border_class)
7777

7878
~H"""
79-
<div class={["max-w-4xl mx-auto mt-8 bg-white rounded-lg px-2 py-3 shadow-sm border-l-4 border", @border_class]}>
79+
<div class={["max-w-4xl mx-auto bg-white rounded-lg px-2 py-3 shadow-sm border-l-4 border", @border_class]}>
8080
<div class="flex items-start">
8181
<div class="flex-shrink-0 mt-0.5 mr-3">
8282
<.alert_type_icon type={@type} />

0 commit comments

Comments
 (0)