Skip to content

Commit a7c5c42

Browse files
author
Ives van Hoorne
committed
Set unsaved color to templateColor
1 parent 7a89c6d commit a7c5c42

File tree

1 file changed

+1
-1
lines changed
  • src/app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EntryIcons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import ReactIcon from 'app/components/ReactIcon';
1515
const NotSyncedIconWithMargin = styled(NotSyncedIcon)`
1616
margin-left: -20px;
1717
margin-right: 6px;
18-
color: ${props => props.theme.secondary};
18+
color: ${props => props.theme.templateColor || props.theme.secondary};
1919
`;
2020

2121
const RedIcon = styled.span`color: ${props => props.theme.red};`;

0 commit comments

Comments
 (0)