mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	Merge pull request #13291 from tahaziauci/strapi/fix/select-input-color
fix: issue #13149 input color
This commit is contained in:
		
						commit
						cd2e0008eb
					
				@ -43,7 +43,7 @@ const getSelectStyles = theme => {
 | 
			
		||||
      };
 | 
			
		||||
    },
 | 
			
		||||
    indicatorContainer: base => ({ ...base, padding: 0, paddingRight: theme.spaces[3] }),
 | 
			
		||||
    input: base => ({ ...base, margin: 0, padding: 0 }),
 | 
			
		||||
    input: base => ({ ...base, margin: 0, padding: 0, color: theme.colors.neutral800 }),
 | 
			
		||||
    menu: base => {
 | 
			
		||||
      return {
 | 
			
		||||
        ...base,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user