mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Fix background colour
This commit is contained in:
parent
cdcae9c1d4
commit
fbff74a13f
@ -1,10 +1,11 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { colors, breakpoints } from '@ui/shared/constants';
|
import { colors, breakpoints } from '@ui/shared/constants';
|
||||||
|
import { unitcalc } from '@ui/shared/functions';
|
||||||
|
|
||||||
// Main Contonent Wrapper Styles
|
// Main Contonent Wrapper Styles
|
||||||
export default styled.article`
|
export default styled.article`
|
||||||
background-color: ${colors.base.grey};
|
background-color: ${colors.base.background};
|
||||||
padding: 2rem;
|
padding: ${unitcalc(1)};
|
||||||
|
|
||||||
${breakpoints.large`
|
${breakpoints.large`
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user