@yogiswara/honcho-editor-ui 2.1.11 → 2.1.12
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.
|
@@ -106,7 +106,6 @@ const GalleryImageItem = (props) => {
|
|
|
106
106
|
transition: ".3s",
|
|
107
107
|
"&:-webkit-transition": { transition: ".3s" },
|
|
108
108
|
padding: { xs: "13px 12px", sm: "21.31px 25.56px 21.32px 27.68px" },
|
|
109
|
-
backgroundColor: theme.palette.light["Surface-Variant-2"],
|
|
110
109
|
}), [
|
|
111
110
|
margin,
|
|
112
111
|
commonStyle,
|