Field Help as Html text & Help Position (#115)

* Field Help as Html text & Help Position

* Re-organize field options modal

* put margin for above help
This commit is contained in:
Chirag Chhatrala
2023-04-19 13:43:50 +05:30
committed by GitHub
parent 5e7eb60674
commit 3f2fe352e8
23 changed files with 124 additions and 40 deletions

View File

@@ -46,3 +46,9 @@ body.dark * {
.bg-gray-50 {
@apply dark:bg-notion-dark-light;
}
.field-help {
p {
@apply text-gray-400 dark:text-gray-500;
}
}