revert: html background for widget (#13981)

Reverts chatwoot/chatwoot#13955
This commit is contained in:
Shivam Mishra
2026-04-14 16:36:11 +05:30
committed by aakashb95
parent 5027ab24ba
commit 092dadbe61
4 changed files with 5 additions and 9 deletions
@@ -10,7 +10,7 @@ export default {
</script>
<template>
<div class="bg-n-solid-1 h-full">
<div class="bg-white h-full">
<IframeLoader :url="$route.query.link" />
</div>
</template>