Skip to content

Commit

Permalink
Updates primary color, logo in the illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Feb 25, 2021
1 parent c7685b9 commit ef9ab35
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 100 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Footer: React.FC = () => {
const currentYear = new Date().getFullYear()

return (
<Box as={StyledFooter} paddingVertical={48}>
<Box as={StyledFooter} paddingVertical={64} paddingVerticalLg={100}>
<Grid>
<Composition
templateCols="1fr 1fr"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const Section: React.FC<CompositionProps> = ({
gap={48}
gapMd={64}
paddingVertical={64}
paddingVerticalMd={80}
paddingVerticalLg={120}
paddingVerticalMd={100}
paddingVerticalLg={200}
maxWidth="100%"
marginHorizontal="auto"
{...gridProps}
Expand Down
2 changes: 1 addition & 1 deletion src/images/logos/msw-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/images/logos/msw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
157 changes: 77 additions & 80 deletions src/images/msw-agnostic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 2 additions & 10 deletions src/images/teachers-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/sections/Integration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ReactComponent as AgnosticIllustration } from '../images/msw-agnostic.s
const Parent = styled.div`
position: relative;
[class$='connection'] {
#connection line {
stroke-dasharray: 14;
stroke: var(--color-gray-light);
Expand Down
8 changes: 4 additions & 4 deletions src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
colors: {
primary: 'hsl(28, 83%, 64%)',
primaryDark: 'hsl(28, 16%, 20%)',
primaryDim: 'hsla(28, 83%, 64%, 0.3)',
primary: 'hsl(16, 100%, 60%)',
primaryDark: 'hsl(16, 16%, 20%)',
primaryDim: 'hsla(16, 83%, 64%, 0.3)',
secondary: 'hsl(210, 75%, 45%)',
grayDim: 'hsl(210, 20%, 96%)',
grayLight: 'hsl(210, 16%, 80%)',
gray: 'hsl(210, 9%, 43%)',
grayDark: 'hsl(210, 18%, 24%)',

black: 'hsl(220, 18%, 20%)',
black: 'hsl(220, 25%, 12%)',
success: 'hsl(90, 60%, 60%)',
danger: 'hsl(0, 90%, 60%)',
},
Expand Down

0 comments on commit ef9ab35

Please sign in to comment.