@conboai/storybook.components 0.4.20 → 0.4.21
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.
|
@@ -42187,7 +42187,9 @@ const Zne = {
|
|
|
42187
42187
|
display: "none"
|
|
42188
42188
|
},
|
|
42189
42189
|
"& .MuiList-root": {
|
|
42190
|
-
border: "none !important"
|
|
42190
|
+
border: "none !important",
|
|
42191
|
+
boxSizing: "content-box",
|
|
42192
|
+
paddingRight: "16px"
|
|
42191
42193
|
},
|
|
42192
42194
|
"& .Mui-selected": {
|
|
42193
42195
|
backgroundColor: `${rr} !important`
|