Skip to content

Commit

Permalink
Add: dynamic wallet modal light mode tag bg override
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Jan 23, 2025
1 parent a38b466 commit 49f5d8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ body.ReactModal__Body--open:not(.show-header-in-modal) .modal-blur-navigation {
--onboard-account-select-modal-z-index: 10000 !important;
}

body .dynamic-modal .badge__container__primary {
/* stylelint-disable-next-line color-no-hex */
background-color: #eff8ff !important;
}

body[data-dynamic-theme='dark'] .dynamic-modal .badge__container__primary {
background-color: var(--dynamic-badge-dot-background) !important;
}
Expand Down

0 comments on commit 49f5d8d

Please sign in to comment.