Create toast provider

This commit is contained in:
Takeshi Kimata
2024-05-29 21:34:59 +09:00
parent cfd6a9b339
commit 4b46944440
3 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/* TODO Temporary use until NextUI's Toast is released. */
.Toastify__toast-body {
font-family: 'systems-ui';
}