Skip to content
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

No indicator for active currency in light mode #424

Open
jeromemanzano opened this issue Jan 3, 2023 · 0 comments
Open

No indicator for active currency in light mode #424

jeromemanzano opened this issue Jan 3, 2023 · 0 comments

Comments

@jeromemanzano
Copy link

Steps:

  1. Go to transfer page
  2. There is no indicator for the active currency as show in the photo below.

image

Proposed Solution:

.active-currency {
@apply dark:bg-app-gray-700;
}
.currency-selector {
@apply py-1 px-4 uppercase text-xs cursor-pointer border-0 text-app-text-500 dark:text-app-text-dark-600;
}

.currency-selector {
  @apply py-1 px-4 uppercase text-xs cursor-pointer border-0 text-app-text-500 dark:text-app-text-dark-600;
}

.active-currency {
  @apply dark:bg-app-gray-700 border dark:border-0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant