Skip to content

Commit

Permalink
microsoft#2177 Change template boxes to black text as stopgap
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina committed Mar 24, 2020
1 parent 454dc12 commit 9694740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const templateItem = (checked, disabled) => css`
width: 80px;
margin: 5px;
background: #ebebeb;
color: ${disabled ? '#A19F9D' : '#0078d4'};
color: ${disabled ? '#A19F9D' : '#000'};
font-size: 13px;
box-sizing: border-box;
border-top: 6px solid ${disabled ? '#A19F9D' : '#50e6ff'};
Expand Down

0 comments on commit 9694740

Please sign in to comment.