chore: fix the design of the backdrop

This commit is contained in:
kawamataryo 2024-11-24 20:01:45 +09:00
parent 13f373f751
commit 04465bdcac
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.modal {
background-color: rgba(0, 0, 0, 0.5);
}

View File

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.modal {
background-color: rgba(0, 0, 0, 0.5);
}