Put quote preview in text box for Android, above it in iOS
This commit is contained in:
parent
d4220e278d
commit
f4d9ab8ba0
3 changed files with 25 additions and 4 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue