From c103687d66b1446742b5c7b7ec77a24161f7beca Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 7 Aug 2025 08:45:35 -0500 Subject: Toast tweaks (#8791) * Tweak colors * Fix e2e * Color tweaks * Fix alignment --- src/components/Toast/index.e2e.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/components/Toast/index.e2e.tsx') diff --git a/src/components/Toast/index.e2e.tsx b/src/components/Toast/index.e2e.tsx index 57daf5bf0..64072d88d 100644 --- a/src/components/Toast/index.e2e.tsx +++ b/src/components/Toast/index.e2e.tsx @@ -1,5 +1,9 @@ +import {type ToastApi} from '#/components/Toast/types' + export function ToastContainer() { return null } -export function show() {} +export const toast: ToastApi = { + show() {}, +} -- cgit 1.4.1