fix :: making navbar transparent (#5231)

This commit is contained in:
Kiran Ashok 2023-01-06 14:25:02 +05:30 committed by GitHub
parent a8667ec306
commit 04505c0c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -584,7 +584,6 @@
top: 0;
display: flex;
align-items: center;
background-color: #fff;
img {
cursor: pointer;
@ -1159,7 +1158,7 @@
.tj-text-input,
.onboard-input {
color: #fff ;
color: #fff;
border-color: #787F85;
::placeholder {
@ -1405,10 +1404,12 @@
.active-onboarding-tab {
color: #111827 !important;
}
.theme-dark{
.active-onboarding-tab{
color: $color-dark-slate-12 !important;
img{
.theme-dark {
.active-onboarding-tab {
color: $color-dark-slate-12 !important;
img {
filter: brightness(0) invert(1);
}
}