feat: refactor FastField fields to binded Formik fields

This commit is contained in:
Ahmed Bouhuolia
2025-11-03 00:27:32 +02:00
parent cca116f6bb
commit 46871c8113
7 changed files with 349 additions and 460 deletions

View File

@@ -25,3 +25,9 @@
display: none;
}
}
.bp4-dark .cloud-spinner {
&.is-loading:before {
background: rgba(17, 20, 24, 0.8);
}
}