fix(design-system): some molecules missed the magic fuckery

This commit is contained in:
41666 2020-10-14 19:02:23 -04:00
parent eb5355f881
commit e5c1ecaee5
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import styled, { css } from 'styled-components';
import { onSmallScreen } from 'roleypoly/src/design-system/atoms/breakpoints';
import { palette } from 'roleypoly/src/design-system/atoms/colors';
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
export const Collapse = styled.div<{ preventCollapse: boolean }>`
${(props) =>

View file

@ -1,6 +1,7 @@
import styled from 'styled-components';
import { palette } from 'roleypoly/src/design-system/atoms/colors';
import { transitions } from 'roleypoly/src/design-system/atoms/timings';
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
export const Base = styled.div`
text-align: right;