Skip to content

Commit 5672a93

Browse files
committed
New facebook style
1 parent 19e0618 commit 5672a93

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ your custom loaders
8787

8888
#### Facebook Style
8989

90-
![Facebook Style](https://cloud.githubusercontent.com/assets/4838076/22555575/3a90ecee-e94b-11e6-97df-8054e7297bd8.gif)
90+
![Facebook Style](https://user-images.githubusercontent.com/4838076/34308760-ec55df82-e735-11e7-843b-2e311fa7b7d0.gif)
9191

9292
#### Instagram Style
9393

src/stylized/FacebookStyle.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import type { WrapProps } from '../Wrap'
55

66
const FacebookStyle = (props: WrapProps): React.Element<*> => (
77
<Wrap {...props}>
8-
<rect x="70" y="15.82" rx="4" ry="4" width="117" height="6.4" />
9-
<rect x="70" y="36.05" rx="3" ry="3" width="85" height="6.4" />
10-
<rect x="2" y="81" rx="3" ry="3" width="350" height="6.4" />
11-
<rect x="0" y="102.38" rx="3" ry="3" width="380" height="6.4" />
12-
<rect x="0" y="123.26" rx="3" ry="3" width="201.6" height="6.4" />
13-
<circle cx="30.284271247461902" cy="29.334271247461903" r="28.284271247461902" />
8+
<rect x="70" y="15" rx="4" ry="4" width="117" height="6.4" />
9+
<rect x="70" y="35" rx="3" ry="3" width="85" height="6.4" />
10+
<rect x="0" y="80" rx="3" ry="3" width="350" height="6.4" />
11+
<rect x="0" y="100" rx="3" ry="3" width="380" height="6.4" />
12+
<rect x="0" y="120" rx="3" ry="3" width="201" height="6.4" />
13+
<circle cx="30" cy="30" r="30" />
1414
</Wrap>
1515
)
1616

0 commit comments

Comments
 (0)