@natoora-libs/core 0.1.9-dev-doug-2 → 0.1.9-dev-doug-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.
@@ -6655,7 +6655,7 @@ var useStyles45 = makeStyles45()((theme) => ({
6655
6655
  },
6656
6656
  tableHeaderContent: {
6657
6657
  borderBottom: "1px solid",
6658
- borderBottomColor: colors.neutral250,
6658
+ borderBottomColor: colors.neutral300,
6659
6659
  whiteSpace: "nowrap",
6660
6660
  "& .filter-menu-trigger": {
6661
6661
  visibility: "hidden",
@@ -7076,7 +7076,8 @@ var useStyles48 = makeStyles48()((theme) => ({
7076
7076
  },
7077
7077
  applyFilterButtonsContainer: {
7078
7078
  display: "flex",
7079
- padding: theme.spacing(0, 1)
7079
+ padding: theme.spacing(0, 1),
7080
+ justifyContent: "space-between"
7080
7081
  },
7081
7082
  saveAsDefaultButton: {
7082
7083
  color: theme.palette.primary.main
@@ -7484,8 +7485,7 @@ var TableDesktopRowActions = ({
7484
7485
  sx,
7485
7486
  display: "flex",
7486
7487
  flexDirection: "row",
7487
- borderLeft: `1px solid ${colors.neutral300}`,
7488
- bgcolor: backgroundColor ?? ((theme) => theme.palette.background.default),
7488
+ bgcolor: backgroundColor ?? colors.neutral100,
7489
7489
  children
7490
7490
  }
7491
7491
  )