@forms.expert/sdk 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -264,7 +264,7 @@ var L={theme:"light",primaryColor:"#3b82f6",backgroundColor:"#ffffff",textColor:
264
264
  text-align: center;
265
265
  margin-top: 1rem;
266
266
  padding-top: 0.75rem;
267
- border-top: 1px solid ${e.theme==="dark"?"#374151":"#e5e7eb"};
267
+ border-top: 1px solid ${g};
268
268
  }
269
269
 
270
270
  .forms-expert-branding a {