@mond-design-system/react 6.1.1 → 6.2.0

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.css CHANGED
@@ -2499,6 +2499,9 @@ th.mds-DataTable__actions {
2499
2499
  background: var(--mds-surface-page);
2500
2500
  border-bottom: var(--mds-border-width) solid var(--mds-border-subtle);
2501
2501
  }
2502
+ .mds-AppBar__flush {
2503
+ padding-inline: 0;
2504
+ }
2502
2505
  .mds-AppBar__title {
2503
2506
  flex: 1;
2504
2507
  min-width: 0;