@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.
|
@@ -6902,7 +6902,7 @@ var useStyles46 = (0, import_mui52.makeStyles)()((theme) => ({
|
|
|
6902
6902
|
},
|
|
6903
6903
|
tableHeaderContent: {
|
|
6904
6904
|
borderBottom: "1px solid",
|
|
6905
|
-
borderBottomColor: colors.
|
|
6905
|
+
borderBottomColor: colors.neutral300,
|
|
6906
6906
|
whiteSpace: "nowrap",
|
|
6907
6907
|
"& .filter-menu-trigger": {
|
|
6908
6908
|
visibility: "hidden",
|
|
@@ -7323,7 +7323,8 @@ var useStyles49 = (0, import_mui55.makeStyles)()((theme) => ({
|
|
|
7323
7323
|
},
|
|
7324
7324
|
applyFilterButtonsContainer: {
|
|
7325
7325
|
display: "flex",
|
|
7326
|
-
padding: theme.spacing(0, 1)
|
|
7326
|
+
padding: theme.spacing(0, 1),
|
|
7327
|
+
justifyContent: "space-between"
|
|
7327
7328
|
},
|
|
7328
7329
|
saveAsDefaultButton: {
|
|
7329
7330
|
color: theme.palette.primary.main
|
|
@@ -7721,8 +7722,7 @@ var TableDesktopRowActions = ({
|
|
|
7721
7722
|
sx,
|
|
7722
7723
|
display: "flex",
|
|
7723
7724
|
flexDirection: "row",
|
|
7724
|
-
|
|
7725
|
-
bgcolor: backgroundColor ?? ((theme) => theme.palette.background.default),
|
|
7725
|
+
bgcolor: backgroundColor ?? colors.neutral100,
|
|
7726
7726
|
children
|
|
7727
7727
|
}
|
|
7728
7728
|
)
|