Skip to content

Commit

Permalink
Use the expand Expensicon to expand the composer
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-marcellini committed May 19, 2022
1 parent 3de3993 commit cbf4eb4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions assets/images/expand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/Icon/Expensicons.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import Download from '../../../assets/images/download.svg';
import Emoji from '../../../assets/images/emoji.svg';
import Exclamation from '../../../assets/images/exclamation.svg';
import Exit from '../../../assets/images/exit.svg';
import Expand from '../../../assets/images/expand.svg';
import Eye from '../../../assets/images/eye.svg';
import EyeDisabled from '../../../assets/images/eye-disabled.svg';
import ExpensifyCard from '../../../assets/images/expensifycard.svg';
Expand Down Expand Up @@ -107,6 +108,7 @@ export {
Emoji,
Exclamation,
Exit,
Expand,
Eye,
EyeDisabled,
ExpensifyCard,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class ReportActionCompose extends React.Component {
underlayColor={themeColors.componentBG}
disabled={isBlockedFromConcierge}
>
<Icon src={Expensicons.UpArrow} />
<Icon src={Expensicons.Expand} />
</TouchableOpacity>
</Tooltip>
)}
Expand Down

0 comments on commit cbf4eb4

Please sign in to comment.