Skip to content

Commit

Permalink
Address too-large icon in BiteSelection
Browse files Browse the repository at this point in the history
NOTE: We can follow a similar process to improve how we handle reactivity
of icon size. It should be percentages of the parent flexbox, not
percentages of the screen overall.
  • Loading branch information
amalnanavati committed Feb 20, 2024
1 parent 1264852 commit 8c5f2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feedingwebapp/src/Pages/Home/MealStates/BiteSelection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ const BiteSelection = (props) => {
src={moveToStagingConfigurationImage}
style={{
height: '90%',
width: '90%',
'--bs-btn-padding-x': '0rem',
'--bs-btn-padding-y': '0rem'
}}
Expand Down

0 comments on commit 8c5f2f9

Please sign in to comment.