Feat: Add DatasetTable #3221 (#3743)

### What problem does this PR solve?

Feat: Add DatasetTable #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-29 16:05:46 +08:00
committed by GitHub
parent 1e0fc76efa
commit c93e0355c3
7 changed files with 132 additions and 98 deletions

View File

@ -46,6 +46,7 @@
--colors-text-core-standard: rgba(127, 105, 255, 1);
--colors-text-neutral-strong: rgb(130, 121, 121);
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
--colors-text-functional-danger: rgba(255, 81, 81, 1);
}
.dark {
@ -122,6 +123,7 @@
--colors-text-core-standard: rgba(137, 126, 255, 1);
--colors-text-neutral-strong: rgba(255, 255, 255, 1);
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
--colors-text-functional-danger: rgba(255, 81, 81, 1);
}
}