@nulogy/components 8.0.0 → 8.0.1
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/main.js +1 -1
- package/dist/main.module.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -43618,7 +43618,7 @@
|
|
|
43618
43618
|
color: theme.colors[color] || color,
|
|
43619
43619
|
background: "none",
|
|
43620
43620
|
border: "none",
|
|
43621
|
-
padding:
|
|
43621
|
+
padding: theme.space.x1,
|
|
43622
43622
|
marginLeft: theme.space.x1,
|
|
43623
43623
|
borderRadius: theme.radii.medium,
|
|
43624
43624
|
transition: ".2s",
|
package/dist/main.module.js
CHANGED
|
@@ -43592,7 +43592,7 @@ var MobileMenuTrigger = styled.button.withConfig({
|
|
|
43592
43592
|
color: theme.colors[color] || color,
|
|
43593
43593
|
background: "none",
|
|
43594
43594
|
border: "none",
|
|
43595
|
-
padding:
|
|
43595
|
+
padding: theme.space.x1,
|
|
43596
43596
|
marginLeft: theme.space.x1,
|
|
43597
43597
|
borderRadius: theme.radii.medium,
|
|
43598
43598
|
transition: ".2s",
|