|
|
|
@ -103,7 +103,8 @@ class App extends React.Component { |
|
|
|
backgroundColor: 'white', |
|
|
|
backgroundColor: 'white', |
|
|
|
font: 'inherit', |
|
|
|
font: 'inherit', |
|
|
|
border: '1px solid blue', |
|
|
|
border: '1px solid blue', |
|
|
|
padding: '8px' |
|
|
|
padding: '8px', |
|
|
|
|
|
|
|
cursor: 'pointer' |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
|