mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### 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:
@ -37,6 +37,7 @@ module.exports = {
|
||||
'colors-text-neutral-standard': 'var(--colors-text-neutral-standard)',
|
||||
'colors-text-functional-danger': 'var(--colors-text-functional-danger)',
|
||||
'colors-text-inverse-strong': 'var(--colors-text-inverse-strong)',
|
||||
'colors-text-persist-light': 'var(--colors-text-persist-light)',
|
||||
|
||||
primary: {
|
||||
DEFAULT: 'hsl(var(--primary))',
|
||||
@ -156,6 +157,10 @@ module.exports = {
|
||||
DEFAULT: 'var(--colors-background-neutral-weak)',
|
||||
foreground: 'var(--background-inverse-standard-foreground)',
|
||||
},
|
||||
'colors-background-sentiment-solid-primary': {
|
||||
DEFAULT: 'var(--colors-background-sentiment-solid-primary)',
|
||||
foreground: 'var(--background-inverse-standard-foreground)',
|
||||
},
|
||||
},
|
||||
borderRadius: {
|
||||
lg: `var(--radius)`,
|
||||
|
||||
Reference in New Issue
Block a user