@acuteinfo/common-screens 1.0.27 → 1.0.28
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 +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2554,6 +2554,7 @@ const useStyles = makeStyles((theme) => ({
|
|
|
2554
2554
|
position: "relative",
|
|
2555
2555
|
whiteSpace: "nowrap",
|
|
2556
2556
|
width: drawerWidth,
|
|
2557
|
+
background: theme.palette.info.dark,
|
|
2557
2558
|
transition: theme.transitions.create("width", {
|
|
2558
2559
|
easing: theme.transitions.easing.sharp,
|
|
2559
2560
|
duration: theme.transitions.duration.enteringScreen,
|