mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-11-04 03:39:41 +00:00 
			
		
		
		
	### What problem does this PR solve? Feat: Updated some colors according to the design draft #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
		
							parent
							
								
									830cda6a3a
								
							
						
					
					
						commit
						1ca226e43b
					
				@ -14,7 +14,7 @@ module.exports = {
 | 
			
		||||
      'error',
 | 
			
		||||
      {
 | 
			
		||||
        '**/*.{jsx,tsx}': 'KEBAB_CASE',
 | 
			
		||||
        '**/*.{js,ts}': 'KEBAB_CASE',
 | 
			
		||||
        '**/*.{js,ts}': '[a-z0-9.-]*',
 | 
			
		||||
      },
 | 
			
		||||
    ],
 | 
			
		||||
    'check-file/folder-naming-convention': [
 | 
			
		||||
 | 
			
		||||
@ -58,6 +58,8 @@ module.exports = {
 | 
			
		||||
 | 
			
		||||
        'bg-base': 'var(--bg-base)',
 | 
			
		||||
        'bg-card': 'var(--bg-card)',
 | 
			
		||||
        'bg-component': 'var(--bg-component)',
 | 
			
		||||
        'bg-input': 'var(--bg-input)',
 | 
			
		||||
        'text-primary': 'var(--text-primary)',
 | 
			
		||||
        'text-secondary': 'var(--text-secondary)',
 | 
			
		||||
        'text-disabled': 'var(--text-disabled)',
 | 
			
		||||
 | 
			
		||||
@ -93,9 +93,12 @@
 | 
			
		||||
    --metallic: #46464a;
 | 
			
		||||
    /* design colors */
 | 
			
		||||
 | 
			
		||||
    --bg-base: #f6f6f7;
 | 
			
		||||
    --bg-base: #ffffff;
 | 
			
		||||
    /* card color , dividing line */
 | 
			
		||||
    --bg-card: rgba(0, 0, 0, 0.05);
 | 
			
		||||
    --bg-component: #ffffff;
 | 
			
		||||
    --bg-input: rgba(255, 255, 255, 0);
 | 
			
		||||
    --bg-accent: rgba(76, 164, 231, 0.05);
 | 
			
		||||
    /* Button ,Body text, Input completed text */
 | 
			
		||||
    --text-primary: #161618;
 | 
			
		||||
    --text-secondary: #75787a;
 | 
			
		||||
@ -108,7 +111,7 @@
 | 
			
		||||
    --border-accent: #000000;
 | 
			
		||||
    --border-button: rgba(0, 0, 0, 0.1);
 | 
			
		||||
    /* Regulators, parsing, switches, variables */
 | 
			
		||||
    --accent-primary: #4ca4e7;
 | 
			
		||||
    --accent-primary: #00beb4;
 | 
			
		||||
    /* Output Variables Box */
 | 
			
		||||
    --bg-accent: rgba(76, 164, 231, 0.05);
 | 
			
		||||
 | 
			
		||||
@ -236,6 +239,8 @@
 | 
			
		||||
 | 
			
		||||
    --bg-base: #161618;
 | 
			
		||||
    --bg-card: rgba(255, 255, 255, 0.05);
 | 
			
		||||
    --bg-component: #202025;
 | 
			
		||||
    --bg-input: rgba(255, 255, 255, 0.05);
 | 
			
		||||
    --text-primary: #f6f6f7;
 | 
			
		||||
    --text-secondary: #b2b5b7;
 | 
			
		||||
    --text-disabled: #75787a;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user