@aurora-ds/components 0.24.2 → 0.24.3

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/esm/index.js CHANGED
@@ -2815,6 +2815,7 @@ const MODAL_STYLES = createStyles((theme) => ({
2815
2815
  height: 'fit-content',
2816
2816
  alignItems: 'flex-start',
2817
2817
  gap: theme.spacing.md,
2818
+ border: `1px solid ${theme.colors.border}`,
2818
2819
  }),
2819
2820
  }));
2820
2821