mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
chore: remove frontend changes
This commit is contained in:
@ -2,7 +2,7 @@ import { NoteTheme } from './types'
|
||||
|
||||
export const CUSTOM_NOTE_NODE = 'custom-note'
|
||||
|
||||
export const THEME_MAP: Record<string, { outer: string; title: string; bg: string; border: string }> = {
|
||||
export const THEME_MAP: Record<string, { outer: string, title: string, bg: string, border: string }> = {
|
||||
[NoteTheme.blue]: {
|
||||
outer: 'border-util-colors-blue-blue-500',
|
||||
title: 'bg-util-colors-blue-blue-100',
|
||||
|
||||
Reference in New Issue
Block a user