Skip to content

Commit ba8675b

Browse files
ricardomlimadanilowoz
authored andcommitted
Updated facebook style - close #42 (#43)
1 parent aa4e9ee commit ba8675b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/stylized/FacebookStyle.js

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

66
const FacebookStyle = (props: WrapProps): React.Element<*> => (
77
<Wrap {...props}>
8-
<rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
9-
10-
<rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
11-
<rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
12-
13-
<rect x="0" y="80" rx="3" ry="3" width="350" height="10" />
14-
<rect x="0" y="100" rx="3" ry="3" width="400" height="10" />
15-
<rect x="0" y="120" rx="3" ry="3" width="360" height="10" />
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" />
1614
</Wrap>
1715
)
1816

0 commit comments

Comments
 (0)