You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the sell character modal, after selecting a price for the character to sell and clicking next, the modal's Confirm and Previous buttons are placed incorrectly. See screenshot below:
Repro
Go to the character tab
Make sure you own a character (if not mint one)
Click My Characters to open the characters overview
Select a character and click Sell
Enter a price and click Next
See that the Previous and Confirm buttons are in wrong places
Acceptance criteria
buttons are in correct places
QAed
merged with develop
The text was updated successfully, but these errors were encountered:
- Fixed the placement of confirm and previous buttons in sell modal (for
items and characters). Wrapped the buttons in wrapper and made the step
components a bit smaller so the buttons can fit nicely at the bottom.
- Removed padding from some arrow icons in the button so they show up
properly
closes#64
Co-authored-by: Pandelis Symeonidis <pandelis@kryha.io>
Description:
In the sell character modal, after selecting a price for the character to sell and clicking next, the modal's
Confirm
andPrevious
buttons are placed incorrectly. See screenshot below:Repro
My Characters
to open the characters overviewSell
Next
Previous
andConfirm
buttons are in wrong placesAcceptance criteria
The text was updated successfully, but these errors were encountered: