Feat: Add DatasetCreatingDialog #3221 (#4313)

### What problem does this PR solve?

Feat: Add DatasetCreatingDialog #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-12-31 19:17:09 +08:00
committed by GitHub
parent 5071df9de1
commit 061a22588a
15 changed files with 233 additions and 32 deletions

View File

@ -40,6 +40,7 @@
--colors-background-inverse-standard: rgba(29, 26, 44, 0.1);
--colors-background-inverse-strong: rgba(11, 10, 18, 0.8);
--colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
--colors-background-neutral-standard: white;
--button-blue-text: rgb(22, 119, 255);