fix: update editor style to use new format for theme colors
This commit is contained in:
		@@ -61,9 +61,9 @@ export const base = {
 | 
				
			|||||||
export const dark = {
 | 
					export const dark = {
 | 
				
			||||||
  ...base,
 | 
					  ...base,
 | 
				
			||||||
  background: 'transparent',
 | 
					  background: 'transparent',
 | 
				
			||||||
  text: `rgba(${theme.colors.text.primary})`,
 | 
					  text: `${theme.colors.text.primary}`,
 | 
				
			||||||
  code: `rgba(${theme.colors.text.primary})`,
 | 
					  code: `${theme.colors.text.primary}`,
 | 
				
			||||||
  cursor: `rgba(${theme.colors.text.primary})`,
 | 
					  cursor: `${theme.colors.text.primary}`,
 | 
				
			||||||
  divider: '#4E5C6E',
 | 
					  divider: '#4E5C6E',
 | 
				
			||||||
  placeholder: '#52657A',
 | 
					  placeholder: '#52657A',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user