Put quote preview in text box for Android, above it in iOS

This commit is contained in:
Scott Nonnenberg 2018-04-18 14:48:57 -07:00
parent d4220e278d
commit f4d9ab8ba0
No known key found for this signature in database
GPG key ID: 5F82280C35134661
3 changed files with 25 additions and 4 deletions

View file

@ -162,9 +162,8 @@ export class Quote extends React.Component<Props, {}> {
}
// We need the container to give us the flexibility to implement the iOS design.
// We put the onClick on both because the Android theme juse uses close-container
return (
<div className="close-container" onClick={onClose}>
<div className="close-container">
<div className="close-button" onClick={onClose}></div>
</div>
);