Skip to content

Commit

Permalink
fix: ImportRecordsFlow stepTwo styled import path (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
soch4n authored Mar 30, 2020
1 parent 09fb7ab commit 5cb9f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ImportRecordsFlow/stepTwo/styled/dropImg.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from 'styled-components';
import DropIcon from '../../icons/drop';
import attachThemeAttrs from '../../../../../src/styles/helpers/attachThemeAttrs';
import attachThemeAttrs from '../../../../styles/helpers/attachThemeAttrs';

const StyledDropImg = attachThemeAttrs(styled(DropIcon))`
pointer-events: none;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from 'styled-components';
import attachThemeAttrs from '../../../../../src/styles/helpers/attachThemeAttrs';
import attachThemeAttrs from '../../../../styles/helpers/attachThemeAttrs';

const StyledDropText = attachThemeAttrs(styled.p)`
font-size: 14px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from 'styled-components';
import attachThemeAttrs from '../../../../../src/styles/helpers/attachThemeAttrs';
import attachThemeAttrs from '../../../../styles/helpers/attachThemeAttrs';

const StyledDropTitle = attachThemeAttrs(styled.p)`
font-size: 20px;
Expand Down

0 comments on commit 5cb9f58

Please sign in to comment.