fix: Border color for CSAT component in widget (#6915)

This commit is contained in:
Sivin Varghese
2023-04-17 17:50:30 +05:30
committed by GitHub
parent a38ecf3dde
commit 80dcd17f6e
2 changed files with 8 additions and 1 deletions

View File

@@ -233,4 +233,10 @@ export default {
}
}
}
@media (prefers-color-scheme: dark) {
.customer-satisfaction .feedback-form input {
border-top: 1px solid var(--b-500);
}
}
</style>