@konomi-app/ui 5.7.0 → 5.7.1

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.
package/dist/index.cjs CHANGED
@@ -2725,7 +2725,6 @@ var toastStyles = import_lit3.css`
2725
2725
 
2726
2726
  .toast-card {
2727
2727
  background: var(--toast-card-bg);
2728
- border: 1px solid var(--toast-card-border);
2729
2728
  border-radius: var(--toast-card-radius);
2730
2729
  box-shadow: var(--toast-card-shadow);
2731
2730
  position: relative;