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 DatasetTable #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user