There was an error while loading. Please reload this page.
1 parent d332097 commit 5865f3eCopy full SHA for 5865f3e
1 file changed
lib/peek_app_sdk/ui/odyssey/alerts.ex
@@ -76,7 +76,7 @@ defmodule PeekAppSDK.UI.Odyssey.Alerts do
76
assigns = assign(assigns, :border_class, border_class)
77
78
~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]}>
+ <div class={["max-w-4xl mx-auto bg-white rounded-lg px-2 py-3 shadow-sm border-l-4 border", @border_class]}>
80
<div class="flex items-start">
81
<div class="flex-shrink-0 mt-0.5 mr-3">
82
<.alert_type_icon type={@type} />
0 commit comments