@innovaccer/design-system 2.16.1 → 2.16.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.
@@ -1903,6 +1903,10 @@ body {
1903
1903
  cursor: pointer;
1904
1904
  }
1905
1905
 
1906
+ .Checkbox-label--tiny {
1907
+ font-weight: var(--font-weight-bold);
1908
+ }
1909
+
1906
1910
  .Checkbox-outerWrapper {
1907
1911
  position: relative;
1908
1912
  margin-top: var(--spacing-s);