Feat: Add LinkToDatasetDialog #3221 (#4500)

### What problem does this PR solve?

Feat: Add LinkToDatasetDialog #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-16 11:35:39 +08:00
committed by GitHub
parent 961e8c4980
commit a75cda4957
10 changed files with 267 additions and 45 deletions

View File

@ -42,6 +42,8 @@
--colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
--colors-background-neutral-standard: white;
--colors-background-functional-solid-danger: rgba(222, 17, 53, 1);
--colors-background-core-strong: rgba(98, 72, 246, 1);
--colors-background-sentiment-solid-primary: rgba(127, 105, 255, 1);
--button-blue-text: rgb(22, 119, 255);
@ -54,6 +56,7 @@
--colors-text-neutral-standard: rgba(53, 51, 65, 1);
--colors-text-functional-danger: rgba(255, 81, 81, 1);
--colors-text-inverse-strong: rgba(255, 255, 255, 1);
--colors-text-persist-light: rgba(255, 255, 255, 1);
}
.dark {
@ -123,6 +126,7 @@
--colors-background-neutral-standard: rgba(11, 10, 18, 1);
--colors-background-neutral-strong: rgba(29, 26, 44, 1);
--colors-background-neutral-weak: rgba(17, 16, 23, 1);
--colors-background-sentiment-solid-primary: rgba(146, 118, 255, 1);
--colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
--colors-outline-neutral-strong: rgba(255, 255, 255, 0.15);
@ -133,6 +137,7 @@
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
--colors-text-functional-danger: rgba(255, 81, 81, 1);
--colors-text-inverse-strong: rgba(17, 16, 23, 1);
--colors-text-persist-light: rgba(255, 255, 255, 1);
}
}