Skip to content

Commit

Permalink
build(preset): add bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 2, 2020
1 parent 89bbda5 commit 343af87
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions packages/app/src/components/presets/microlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ const code = (
/>
<Flex
sx={{
bg:
query.screenshot && query.screenshot.type === 'png'
? 'transparent'
: 'white',
bg: query.bg,
alignItems: 'center',
justifyContent: 'center',
flexDirection: 'column'
Expand All @@ -28,7 +25,7 @@ const code = (
/>
<Box
sx={{
background: query.bg,
bg: query.color,
width: '2px',
mx: 3,
my: '4px'
Expand All @@ -55,12 +52,9 @@ const code = (

const query = {
color: '#313b53',
bg: '#313B53',
bg: 'white',
title: 'Microlink Cards',
logo: 'https://cdn.microlink.io/logo/logo.svg',
screenshot: {
type: 'png'
}
logo: 'https://cdn.microlink.io/logo/logo.svg'
}

export const microlink = { name: 'microlink', code, query }

1 comment on commit 343af87

@vercel
Copy link

@vercel vercel bot commented on 343af87 May 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.