Skip to content

Commit

Permalink
dynamic css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hostgsr authored Apr 22, 2024
1 parent bb2c2cb commit fd3e255
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/app/context/ContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,60 @@ const ContextProvider: React.FC<ContextProviderProps> = ({ children }) => {
backdrop-filter: blur(4px);
}
.chip{
background-color: rgba(209, 236, 255, 0.2);
border:1px solid white;
color:white;
backdrop-filter: blur(4px);
}
.token-balance-card{
background-color: rgba(209, 236, 255, 0.2);
border:1px solid white;
color:white;
backdrop-filter: blur(4px);
}
.input__container .input__label{
color:white;
}
.input__container input::placeholder{
color:white;
}
.transaction-confirmation__content, .action-card, .embedded-reveal-view__body__card, .embedded-reveal-view__body__confirm_card{
background-color: rgba(209, 236, 255, 0.2);
border:1px solid white;
color:white;
backdrop-filter: blur(4px);
}
.input__container .input:not(.input__error):focus, .input__container .input:not(.input__error):hover, .wallet-settings-view__body__section__title{
color:white;
}
.wallet-settings-view__body__section__button__icon{
color:white;
}
.badge__container{
background-color: rgba(209, 236, 255, 0.2);
border:1px solid white;
color:white;
backdrop-filter: blur(4px);
}
.user-profile__fields{
background-color: rgba(209, 236, 255, 0.2);
border:1px solid white;
color:white;
backdrop-filter: blur(4px);
}
.social-sign-in--tile__full-width{
background-color: rgba(209, 236, 255, 0.2);
Expand Down

0 comments on commit fd3e255

Please sign in to comment.