-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: edit wallet set dialog #87
Conversation
{balance.amount} {balance.token.symbol} | ||
</p> | ||
<div className="text-sm text-muted-foreground"> | ||
{balance.amount} {balance.token.symbol} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@avkos for dark theme support we can't use class names that define color, with ie. foreground
the theme config will decide on the colors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made changes in my branch
d05919a
to
03ac5f9
Compare
03ac5f9
to
b312167
Compare
e33a5fb
to
de16c81
Compare
de16c81
to
9e536c3
Compare
9e536c3
to
019f0b0
Compare
b493d5f
to
358bf2c
Compare
358bf2c
to
647a04f
Compare
No description provided.