From 27d712290a908fcb471c59a8e5c8e95bd862c49c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 23 Jul 2024 15:01:04 +0100 Subject: Use appropriate icons for toasts (#4803) * use appropriate icons for toasts * use info for session expiry * tweak size * message -> safeMessage --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> --- src/lib/sharing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/sharing.ts') diff --git a/src/lib/sharing.ts b/src/lib/sharing.ts index b59e3f994..a77b5ccca 100644 --- a/src/lib/sharing.ts +++ b/src/lib/sharing.ts @@ -20,6 +20,6 @@ export async function shareUrl(url: string) { // React Native Share is not supported by web. Web Share API // has increasing but not full support, so default to clipboard setStringAsync(url) - Toast.show('Copied to clipboard') + Toast.show('Copied to clipboard', 'clipboard-check') } } -- cgit 1.4.1