fix: Rendering issue with Pre-chat message (#11255)

This commit is contained in:
Sivin Varghese
2025-04-08 11:49:23 +05:30
committed by GitHub
parent d827e66453
commit d7590d0548
2 changed files with 1 additions and 15 deletions

View File

@@ -189,10 +189,4 @@ export default {
.formkit-actions {
@apply hidden;
}
@media (prefers-color-scheme: dark) {
.pre-chat-header-message .link {
@apply text-woot-500 underline;
}
}
</style>