@eturnity/eturnity_reusable_components 1.0.76 → 1.0.77
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/package.json
CHANGED
|
@@ -111,7 +111,7 @@ const ToggleWrapper = styled("span", toggleAttrs)`
|
|
|
111
111
|
props.size === "medium"
|
|
112
112
|
? "24px"
|
|
113
113
|
: props.size === "small"
|
|
114
|
-
? "
|
|
114
|
+
? "16px"
|
|
115
115
|
: "24px"};
|
|
116
116
|
border-radius: 9px;
|
|
117
117
|
|
|
@@ -131,7 +131,8 @@ const backgroundAttrs = {
|
|
|
131
131
|
disabled: Boolean,
|
|
132
132
|
}
|
|
133
133
|
const ToggleBackground = styled("span", backgroundAttrs)`
|
|
134
|
-
display: inline-block;
|
|
134
|
+
/* display: inline-block; */
|
|
135
|
+
display: block;
|
|
135
136
|
border-radius: 100px;
|
|
136
137
|
height: 100%;
|
|
137
138
|
width: 100%;
|