From 3dceaacc16be7eadde34db011f0f5541753a19ad Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Tue, 20 Dec 2022 17:12:17 -0500 Subject: [PATCH] Improve UI of toast --- app/soapbox/toast.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/soapbox/toast.tsx b/app/soapbox/toast.tsx index 3d5a18bce..68cf83e82 100644 --- a/app/soapbox/toast.tsx +++ b/app/soapbox/toast.tsx @@ -38,8 +38,8 @@ const buildToast = (t: Toast, message: ToastText, type: ToastType, opts: Omit ); @@ -54,7 +54,7 @@ const buildToast = (t: Toast, message: ToastText, type: ToastType, opts: Omit @@ -116,7 +116,7 @@ const buildToast = (t: Toast, message: ToastText, type: ToastType, opts: Omit -

+

{renderText(message)}

@@ -129,7 +129,7 @@ const buildToast = (t: Toast, message: ToastText, type: ToastType, opts: Omit