Skip to content

Commit 5145f13

Browse files
add arialabel and theme props
1 parent 35fb88b commit 5145f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
import { FetchLoading } from 'fetch-loading'
4747
4848
const App = () => {
49-
return <FetchLoading />
49+
return <FetchLoading ariaLabel="Loading" theme="#ffe98c" />
5050
}
5151
5252
export default App

0 commit comments

Comments
 (0)