@betorigami/games 1.6.2 → 1.7.0
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/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -668,7 +668,7 @@ var ln=Object.create;var{getPrototypeOf:dn,defineProperty:Vo,getOwnPropertyNames
|
|
|
668
668
|
height: 40px;
|
|
669
669
|
font-size: 14px;
|
|
670
670
|
font-family: inherit;
|
|
671
|
-
font-weight: 500;
|
|
671
|
+
font-weight: var(--button-font-weight, 500);
|
|
672
672
|
cursor: pointer;
|
|
673
673
|
border: none;
|
|
674
674
|
outline: none;
|
|
@@ -688,6 +688,7 @@ var ln=Object.create;var{getPrototypeOf:dn,defineProperty:Vo,getOwnPropertyNames
|
|
|
688
688
|
.button.primary {
|
|
689
689
|
background-color: var(--primary-color, #DAFF01);
|
|
690
690
|
color: var(--primary-button-text-color, #2F2F2F);
|
|
691
|
+
font-weight: var(--primary-button-font-weight, var(--button-font-weight, 500));
|
|
691
692
|
}
|
|
692
693
|
|
|
693
694
|
.button.secondary {
|