Skip to content

Commit

Permalink
fix css var
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaqiuxy committed Feb 1, 2021
1 parent 92a631b commit 7d11215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrorMessage/ErrorMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styled from 'styled-components';
import Warning from './images/warning.svg';

const WarningIcon = styled(Warning)`
color: --var(ndaify-secondary);
color: var(--ndaify-secondary);
`;

const ErrorPopUp = styled.div`
Expand Down

0 comments on commit 7d11215

Please sign in to comment.