Skip to content

Commit

Permalink
chore: Button UX
Browse files Browse the repository at this point in the history
Changed Button from fullWidth to scale with text
  • Loading branch information
EthanFreestone committed Sep 29, 2023
1 parent ba0470f commit f5835c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/EditSections/EditUserInfo/EditUserInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ class EditUserInfo extends React.Component {
<NumberGeneratorModalButton
buttonLabel={<FormattedMessage id="ui-users.numberGenerator.generateUserBarcode" />}
callback={(generated) => change('barcode', generated)}
fullWidth
id="userbarcode"
generateButtonLabel={<FormattedMessage id="ui-users.numberGenerator.generateUserBarcode" />}
generator="users_patronBarcode"
Expand Down

0 comments on commit f5835c7

Please sign in to comment.