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
3 changed files with 25 additions and 4 deletions
+1 -2
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>
);