@mideind/netskrafl-react 1.0.0-beta.9 → 1.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.
@@ -1016,7 +1016,8 @@ div.board div.tile.extra-wide {
1016
1016
  div.tile.dragging {
1017
1017
  position: fixed;
1018
1018
  z-index: 10;
1019
- /* Note: We can't use variables here because this element
1019
+ font-family: var(--font-open-sans);
1020
+ /* Note: We can't use Netskrafl-specific variables here because this element
1020
1021
  becomes a child of the document body element when dragging, and
1021
1022
  the style variables are not in scope at the body level. */
1022
1023
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);