Related to task T2378. The token id and amount inputs in Airdrop.js have a white border since the webpack 5 update that need to be removed.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project
cd web/cashtab && npm start
navigate to the airdrop tab and expand the XEC Airdrop Calculator collapse
observe that the borders around both input fields are black.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- remove-input-borders-airdrop
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18715 Build 37221: Build Diff cashtab-tests Build 37220: arc lint + arc unit
Event Timeline
Comment Actions
Please also correct this issue for the create token form input:
This seems to be the only other place in the app where it's occurring.
Comment Actions
Match the 'on select' effect seen on the Send.js inputs. Currently, this is not happening (no change when cursor is in the input, vs light blue border appears when cursor is in inputs on Send.js)