Skip to content

Commit 30e3493

Browse files
committed
change: ToastContainer position: "top-center"
1 parent b6ec8fc commit 30e3493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function App() {
1313
) : (
1414
<OptionPage onStart={options => setOptions(options)} />
1515
)}
16-
<ToastContainer theme="dark" />
16+
<ToastContainer theme="dark" position="top-center" />
1717
</div>
1818
)
1919
}

0 commit comments

Comments
 (0)