File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 
polaris-tokens/src/token-groups Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ --- 
2+ ' @shopify/polaris-tokens ' patch 
3+ --- 
4+ 
5+ Updated ` border-caution-subdued `  and ` border-success-subdued `  tokens to improve color contrast
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ export const color: {
458458    description : '' , 
459459  } , 
460460  'color-border-success-subdued' : { 
461-     value : colors . green [ 200 ] , 
461+     value : colors . green [ 400 ] , 
462462    description : '' , 
463463  } , 
464464  'color-border-critical-active' : { 
@@ -482,7 +482,7 @@ export const color: {
482482    description : '' , 
483483  } , 
484484  'color-border-caution-subdued' : { 
485-     value : colors . yellow [ 200 ] , 
485+     value : colors . yellow [ 400 ] , 
486486    description : '' , 
487487  } , 
488488  'color-border-info' : { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments