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

@ -19,7 +19,7 @@ module.exports = {
},
extend: {
colors: {
border: 'hsl(var(--border))',
border: 'var(--colors-outline-neutral-strong)',
input: 'hsl(var(--input))',
ring: 'hsl(var(--ring))',
background: 'var(--background)',