Skip to content

Commit

Permalink
Merge pull request #23541 from DrLoopFall/fix-copy-icon-alignment-22259
Browse files Browse the repository at this point in the history
Fix copy icon alignment
  • Loading branch information
Hayata Suenaga authored Jul 26, 2023
2 parents 1205a74 + 884c3dc commit 5ffd4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Pressable/PressableWithDelayToggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function PressableWithDelayToggle(props) {
style={props.iconStyles}
width={variables.iconSizeSmall}
height={variables.iconSizeSmall}
inline={props.inline}
/>
)}
</>
Expand Down

0 comments on commit 5ffd4e6

Please sign in to comment.