@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.js CHANGED
@@ -2697,7 +2697,6 @@ var toastStyles = css2`
2697
2697
 
2698
2698
  .toast-card {
2699
2699
  background: var(--toast-card-bg);
2700
- border: 1px solid var(--toast-card-border);
2701
2700
  border-radius: var(--toast-card-radius);
2702
2701
  box-shadow: var(--toast-card-shadow);
2703
2702
  position: relative;