mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40: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 { colors, breakpoints } from '@ui/shared/constants';
|
||||
import { unitcalc } from '@ui/shared/functions';
|
||||
|
||||
// Main Contonent Wrapper Styles
|
||||
export default styled.article`
|
||||
background-color: ${colors.base.grey};
|
||||
padding: 2rem;
|
||||
background-color: ${colors.base.background};
|
||||
padding: ${unitcalc(1)};
|
||||
|
||||
${breakpoints.large`
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user