@charcoal-ui/react 3.1.1 → 3.1.2-beta.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/dist/index.cjs.js CHANGED
@@ -905,7 +905,7 @@ var Label2 = import_styled_components9.default.label`
905
905
  ${theme2((o) => [o.typography(14).bold, o.font.text1])}
906
906
  `;
907
907
  var RequiredText = import_styled_components9.default.span`
908
- ${theme2((o) => [o.typography(14), o.font.text3])}
908
+ ${theme2((o) => [o.typography(14), o.font.text2])}
909
909
  `;
910
910
  var SubLabelClickable = import_styled_components9.default.div`
911
911
  ${theme2((o) => [
@@ -1892,6 +1892,7 @@ var DropdownButton = import_styled_components17.default.button`
1892
1892
  height: 40px;
1893
1893
  width: 100%;
1894
1894
  box-sizing: border-box;
1895
+ border: none;
1895
1896
  cursor: pointer;
1896
1897
 
1897
1898
  ${import_utils8.disabledSelector} {
@@ -1899,7 +1900,6 @@ var DropdownButton = import_styled_components17.default.button`
1899
1900
  }
1900
1901
 
1901
1902
  ${({ invalid }) => theme((o) => [
1902
- o.border.default,
1903
1903
  o.padding.horizontal(8),
1904
1904
  o.outline.default.focus,
1905
1905
  o.bg.surface3,