diff --git a/components/sender/StopLoading.tsx b/components/sender/StopLoading.tsx index f06ddfe5..623d8c26 100644 --- a/components/sender/StopLoading.tsx +++ b/components/sender/StopLoading.tsx @@ -1,37 +1,47 @@ import React, { memo } from 'react'; -import useToken from '../theme/useToken'; -const StopLoadingIcon = memo(() => { - const { token } = useToken(); +const StopLoadingIcon = memo((props: { className?: string }) => { + const { className } = props; + return ( Stop Loading Icon - - - - - - - + + + + + + + ); }); diff --git a/components/sender/__tests__/__snapshots__/demo-extend.test.ts.snap b/components/sender/__tests__/__snapshots__/demo-extend.test.ts.snap index 9affa077..9e95ea1e 100644 --- a/components/sender/__tests__/__snapshots__/demo-extend.test.ts.snap +++ b/components/sender/__tests__/__snapshots__/demo-extend.test.ts.snap @@ -2,26 +2,26 @@ exports[`renders components/sender/demo/actions.tsx extend context correctly 1`] = `
+
+
+
+
+ +
+
+
+
+
+ +
+
+ -
+ +
-
+
+
+
+ +
+