Skip to content

Commit

Permalink
fix: center names in Approve Transaction screen (#1223)
Browse files Browse the repository at this point in the history
Fixes #1199 

Centered header labels

| Before  | After |
| ------------- | ------------- |
| <img width="345" alt="Screenshot 2024-04-10 at 19 26 29"
src="https://github.com/FuelLabs/fuels-wallet/assets/114662397/25be49fe-a9e8-4fc8-af15-b60e07d4d184">
| <img width="345" alt="Screenshot 2024-04-10 at 19 26 29"
src="https://github.com/FuelLabs/fuels-wallet/assets/3487334/8728791b-eb25-4003-89a2-55665ec26903">
|
  • Loading branch information
arthurgeron authored Apr 11, 2024
1 parent 125c326 commit 5c0cdbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-dolphins-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": patch
---

fix: names labels not center justified
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const styles = {
}),
name: cssObj({
margin: '0px 0px -5px',
textAlign: 'center',
}),
};

Expand Down

0 comments on commit 5c0cdbf

Please sign in to comment.