Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(lsg): adjust property item label colors (#159)
Browse files Browse the repository at this point in the history
fixes #147
  • Loading branch information
hassan authored and tilmx committed Dec 22, 2017
1 parent 0d5a04b commit 7d7c83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lsg/patterns/property-items/boolean-item/index.tsx
Expand Up @@ -69,7 +69,7 @@ const StyledLabel = styled.span`
display: block;
font-size: 12px;
font-family: ${fonts().NORMAL_FONT};
color: ${colors.black.toString()};
color: ${colors.grey36.toString()};
margin-bottom: ${getSpace(Size.XS)}px;
`;

Expand Down
2 changes: 1 addition & 1 deletion src/lsg/patterns/property-items/string-item/index.tsx
Expand Up @@ -20,7 +20,7 @@ const StyledLabel = styled.span`
margin-bottom: ${getSpace(Size.XS)}px;
font-size: 12px;
font-family: ${fonts().NORMAL_FONT};
color: ${colors.black.toString()};
color: ${colors.grey36.toString()};
`;

const StyledInput = styled.input`
Expand Down

0 comments on commit 7d7c83e

Please sign in to comment.