Feature/56 add endorsements to pilot form (#63)

* adding endorsements to pilot form

* upgrading noahspan-components

* updating verison number
This commit was merged in pull request #63.
This commit is contained in:
2025-03-05 15:08:34 +00:00
committed by GitHub
parent 393364feb6
commit c3af2ec8ce
8 changed files with 320 additions and 35 deletions

View File

@@ -1,10 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-[#fafaf9];
@apply text-black;
}
body {
background-color: #efefef;
}