From e830f633d800ed87151489eaba89e0c95fc2e678 Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Thu, 23 Feb 2023 20:18:44 +0800 Subject: [PATCH] fix: toast style (#15170) --- src/quo2/components/notifications/toast.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/quo2/components/notifications/toast.cljs b/src/quo2/components/notifications/toast.cljs index da6bccba3f..7d09232553 100644 --- a/src/quo2/components/notifications/toast.cljs +++ b/src/quo2/components/notifications/toast.cljs @@ -56,14 +56,12 @@ (defn- toast-container [{:keys [left title text right container-style override-theme]}] - [rn/view {:style (merge {:padding-left 12 :padding-right 12} container-style)} + [rn/view {:style (merge {:margin-left 12 :margin-right 12} container-style)} [blur/view {:style (merge-theme-style :container (merge (:shadow-1 shadows/normal-scale) {:flex-direction :row - :flex 1 - :margin :auto :justify-content :space-between :padding-vertical 8 :padding-left 10