-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: balance screen improvements (#58)
* fix: horizontally center balance on homescreen * fix: update settings icon color * fix: use narrow symbols for displaying fiat currencies * fix: font weight
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,7 +166,7 @@ export function Send() { | |
LNURL. | ||
</Text> | ||
<Input | ||
className="w-full text-center mt-6 border-transparent !text-4xl font-bold text-muted-foreground" | ||
className="w-full text-center mt-6 border-transparent !text-4xl font-semibold2 text-muted-foreground" | ||
placeholder="[email protected]" | ||
value={keyboardText} | ||
onChangeText={setKeyboardText} | ||
|