Skip to content

Commit

Permalink
update color (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweitian committed Feb 6, 2020
1 parent cf2bd0a commit bf83759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Composer/packages/client/src/components/ProjectTree/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ export const navItem = (isActive: boolean, isSubItemActive: boolean) => css`
width: 100%;
position: relative;
font-size: 12px;
color: #605e5c;
color: #545454;
background: ${isActive && !isSubItemActive ? '#f2f2f2' : 'transparent'};
font-weight: ${isActive ? FontWeights.semibold : FontWeights.regular};
&: hover {
color: #605e5c;
color: #545454;
background: #f2f2f2;
}
&:focus {
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/client/src/pages/design/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const visualPanel = css`
export const visualEditor = css`
border: 0px;
flex: 1;
background-color: #e5e5e5;
background-color: #f6f6f6;
`;

export const formEditor = css`
Expand Down

0 comments on commit bf83759

Please sign in to comment.