@rogieking/figui3 1.4.0 → 1.4.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/example.html +2 -1
- package/fig.css +1 -2
- package/package.json +1 -1
package/example.html
CHANGED
package/fig.css
CHANGED
|
@@ -2054,14 +2054,13 @@ fig-input-color {
|
|
|
2054
2054
|
fig-header {
|
|
2055
2055
|
height: var(--spacer-6);
|
|
2056
2056
|
margin: 0;
|
|
2057
|
-
padding: var(--spacer-
|
|
2057
|
+
padding: var(--spacer-1) var(--spacer-3);
|
|
2058
2058
|
display: flex;
|
|
2059
2059
|
align-items: center;
|
|
2060
2060
|
box-shadow: inset 0 -1px 0 0 var(--figma-color-border);
|
|
2061
2061
|
gap: 0.25rem;
|
|
2062
2062
|
|
|
2063
2063
|
& h3 {
|
|
2064
|
-
padding-left: var(--spacer-2);
|
|
2065
2064
|
font-weight: var(--body-medium-strong-fontWeight);
|
|
2066
2065
|
flex-grow: 1;
|
|
2067
2066
|
}
|