File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const paragraph = <Image src="/assets/short-paragraph.png" />
5
5
6
6
// TODO あとで色々なおすよ
7
7
export const FloatedItem = ( { backgroundColor, imageURL, comment } ) => (
8
- < Item . Group relaxed style = { { backgroundColor : "#" + backgroundColor } } >
8
+ < Item . Group relaxed style = { { backgroundColor : "#" + backgroundColor , padding : '10px' } } >
9
9
< Item >
10
10
< Item . Image circular size = 'small' src = { imageURL || "/assets/user.png" } />
11
11
< Item . Content verticalAlign = 'middle' >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class UserDetailedPage extends Component {
24
24
< Container key = { user . id } text style = { { marginTop : '7em' } } >
25
25
< Header as = 'h1' > { user . firstName + ' ' + user . lastName } </ Header >
26
26
27
- < FloatedItem paddingTop = { '10px' } paddingbottom = { '10px' } backgroundColor = { "22222e" } imageURL = { user . imageURL } comment = { user . comment } />
27
+ < FloatedItem backgroundColor = { "22222e" } imageURL = { user . imageURL } comment = { user . comment } />
28
28
</ Container >
29
29
)
30
30
}
You can’t perform that action at this time.
0 commit comments