@redsift/dashboard 7.4.0-alpha.0 → 7.4.0-alpha.2

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/index.js CHANGED
@@ -2264,6 +2264,12 @@ const baseGrid = css`
2264
2264
  }}
2265
2265
  `;
2266
2266
  const baseStyling = css`
2267
+ font-family: var(--redsift-typography-body-font-family);
2268
+ font-size: var(--redsift-typography-body-font-size);
2269
+ font-weight: var(--redsift-typography-body-font-weight);
2270
+ line-height: var(--redsift-typography-body-line-height);
2271
+ color: var(--redsift-color-neutral-black);
2272
+
2267
2273
  ${baseLayout}
2268
2274
  ${baseSpacing}
2269
2275
  ${baseSizing}
@@ -2286,8 +2292,10 @@ css`
2286
2292
  * Component style.
2287
2293
  */
2288
2294
  const StyledIcon = styled.span`
2289
- font-style: normal;
2290
2295
  position: relative;
2296
+ ${baseStyling}
2297
+
2298
+ font-style: normal;
2291
2299
 
2292
2300
  svg {
2293
2301
  vertical-align: -0.125em;
@@ -2407,7 +2415,6 @@ const StyledIcon = styled.span`
2407
2415
  `;
2408
2416
  }
2409
2417
  }}
2410
- ${baseStyling}
2411
2418
  `;
2412
2419
 
2413
2420
  const _excluded$8 = ["aria-hidden", "aria-label", "badge", "className", "color", "icon", "size", "svgProps"];